php-db | 2001051
Date: 05/02/01
- Next message: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Previous message: Steve Brett: "[PHP-DB] creating a downloadable file ..."
- Next in thread: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Maybe reply: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Maybe reply: Angie Tollerson: "Re: [PHP-DB] Sessions ???"
- Reply: Joe Brown: "Re: [PHP-DB] Sessions ???"
- Maybe reply: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All
I have a ? about setting a session.
I have a functions.inc file and at the top have put my session statment that
looks like this.
<?
session_start();
session_register("$topidID");
?>
$topicID comes from my mysql db.
What i am trying to do is set the $topicID of my message board so that when
a sucessful post has been made the visitor can click on a link that show the
right board by topicID.
so the link will look like this...
http://localhost/forums/view.php?topicID=3
I am banging away trying to make this work....
Any help in the meantime is as always appreciated
Thank You In Advance
dave C
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Previous message: Steve Brett: "[PHP-DB] creating a downloadable file ..."
- Next in thread: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Maybe reply: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Maybe reply: Angie Tollerson: "Re: [PHP-DB] Sessions ???"
- Reply: Joe Brown: "Re: [PHP-DB] Sessions ???"
- Maybe reply: Steve Brett: "RE: [PHP-DB] Sessions ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

