Posted by samudasu on 02/24/06 09:16
What do you get when you run this code? $query1 = "select * from calendar_events where id = '$event'"; $result = mysql_query($query1); $data = mysql_fetch_assoc($result); print "<pre>"; print_r($data); print "</pre>";
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming