On Mar 14, 2009, at 8:27, Wilson Osemeilu <engrwille@xxxxxxxxx> wrote:
How do i create a table with user id and password, where every user
get to see a dynamic text related to them only
I get the same dynamic text when every user logs in but i really
want them to see their details in the mysql database only. Please
help php/mysql users
Thanks
It's pretty simple.
Select * from content where id = $id and page='$page'
To get the content for a specific page
Bastien
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php