Jump to content

mysql query.


DrTrans

Recommended Posts

Query

whats wrong with this query?

 

$queryreg = mysql_query("UPDATE application SET employer = '$employer' AND eaddy = '$employer_address' AND ecity = '$employer_city' AND estate = '$employer_state' and ezip = '$employer_zip' AND supervisor = '$employer_supervisor'  WHERE appID = '$appID'") or die(mysql_error());

 

I can't figure it out.

Link to comment
https://forums.phpfreaks.com/topic/255791-mysql-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.