Hi there,

Can anyone see what is wrong with this query?  I am trying to update some fields, if I 
do an echo everything looks good but it doesn't update the fields in the DB - am I 
missing something obvious here?

Thanks for your help

Chris
www.planetoxygene.com

$mysql_query ("UPDATE search6 SET email = '$email',description = '$comments',category 
= '$category',url = '$url',type = '$type',country = '$country',rating = 
'$rating',fname = '$fname',state = '$state',region = '$region',city = '$city' WHERE id 
= '$id'");

Reply via email to