Jeremy Berthet wrote:
You have forgotten one table in your second query, try this :

$eventdetails_query = mysql_query("select details, information, file_name from event, eventdetails where event.id = eventdetails.event_id");

Good eyes. ;)

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to