* Thus wrote The Digital E ([EMAIL PROTECTED]):
> 
> $query="UPDATE $table_name SET company_name='$company', 
> first_name='$first_name', last_name='$last_name', address='$address', 
> city='$city', state_province='$state', postal_code='$postal', 
> office_phone='$office', fax_phone='$fax', email='$email' WHERE 
> company_name='$mod_dataset'";

Funny how a mysql question gets a lot of attention...

select * from $table_name where company_name ='$mod_dataset'

expect:
 0 rows


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to