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
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(
2 matches
Mail list logo