Re: [PHP] How to nest information from different tables.

2004-07-30 Thread Aldwyn
Did your table "event_details" contain a field linked with "event.id" ? if not, you'll need it Maybe I misunderstood what you want, but try this $event_result = mysq_query("SELECT * FROM event_table") or die("Cant catch events"); print(""); while ($eventDb = mysql_fetch_object($event_res

[PHP] Sticky session after session_destroy...

2004-07-25 Thread Aldwyn Clavin
Hi all ! I'm developping a little web site with PHP via EasyPHP (http://www.easyphp.org) and I have a problem with sessions. I use this software only to create and debugging PHP when I'm offline. :) if (isset($_GET['log'])) { switch($_GET['log']) { case 'out': session_start(