On Wednesday 07 April 2004 23:16, Andy B wrote:

> anybody know why that is or what the deal is... i had to modify the query
> set to read:
> mysql_connect(...)||die(mysql_error())//works
> $EditQuery="select * from $EventsTable where Id='$edit'";
> $query=mysql_query($EditQuery);//||die(mysql_error())
> //taken out (bug or something??)
> mysql_error();//have no clue why its even there it will
> //never get ran...
> im running php 4.3.3 if it makes any difference on that part

Please post the *full* and *concise* code which illustrates your problem.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
It's a funny thing that when a woman hasn't got anything
on earth to worry about, she goes off and gets married.
*/

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

Reply via email to