Re: [PHP] from database to links

2005-08-25 Thread Richard Lynch
On Wed, August 24, 2005 11:40 am, George B wrote: > Richard Lynch wrote: >> On Tue, August 23, 2005 3:52 pm, George B wrote: >> >>>You know on forums when you make a topic right away it makes like a >>>new >>>link to your topic. How do you do that in PHP? >> >> >> > //Untested code: >> if (is

Re: [PHP] from database to links

2005-08-24 Thread George B
Richard Lynch wrote: On Tue, August 23, 2005 3:52 pm, George B wrote: You know on forums when you make a topic right away it makes like a new link to your topic. How do you do that in PHP? $_POST[new_topic]"; } ?> http://php.net/mysql_insert_id is probably the piece of the puzzle you were

Re: [PHP] from database to links

2005-08-23 Thread Richard Lynch
On Tue, August 23, 2005 3:52 pm, George B wrote: > You know on forums when you make a topic right away it makes like a > new > link to your topic. How do you do that in PHP? $_POST[new_topic]"; } ?> http://php.net/mysql_insert_id is probably the piece of the puzzle you were missing. -- Like M

[PHP] from database to links

2005-08-23 Thread George B
You know on forums when you make a topic right away it makes like a new link to your topic. How do you do that in PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php