Re: update query fails

2002-05-22 Thread Ryan Hatch
be aware... linux/unix table names are case sensitive. if you're using Win32 MySQL on your system, the query might work, but on the ISP side, if it's a *NIX system... you must have the correct capitalization. moreover, if any of your variables contain a single quote character ( ' ), it will scre

update query fails

2002-05-22 Thread Sven Bentlage
Hi everyone! Are there any limitations on update queries, like on how many fields one can update at the same time? The first update query works just fine, the second does not work at all: working : " update memberscopy set password='$password' where name = '$f_name' and surname ='$f_