--- Brian Cummiskey <[EMAIL PROTECTED]> wrote: > make a page called profile.php > pass in username profile.php?username=xxxxxx > use mod_rewrite in the profiles directory to make it appear as > username.php
Or, save the username or user_ID to a cookie, send the user to profile.php, and pull the user's data from the db based on the cookie var. That way you don't have the messy $_GET[] vars. If you want the user to appear to be going to a directory, do a little mod_rewrite jiggery-pokery to set up something like 'domain.com/users/username/' ... -Bob __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
