Re: [PHP] Update Status Question

2003-03-12 Thread Tom Rogers
Hi, Thursday, March 13, 2003, 6:10:29 AM, you wrote: MW> Hello: MW> I have this line: MW> $sql = "Update Members Set Active='Y' where Username = '$_GET[UN]' And MW> ActiveCode = '$_GET[ID]'"; MW> Is there a php function that will return true or false or something when MW> this is processed. I.E

[PHP] Update Status Question

2003-03-12 Thread Mike Walth
Hello: I have this line: $sql = "Update Members Set Active='Y' where Username = '$_GET[UN]' And ActiveCode = '$_GET[ID]'"; Is there a php function that will return true or false or something when this is processed. I.E. if the Where clause fails it would report back fail? Or do I first need to