Re: [PHP-DB] Dynamic text for every user
[email protected] (Phpster)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
On Mar 14, 2009, at 8:27, Wilson Osemeilu <[email protected]> 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