
February 14th, 2000, 04:34 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I tried with this also but still not working.
$query = "UPDATE $userstable SET textbox = '$textbox1' WHERE name = '$name'";
when i try this
$query = "UPDATE $userstable SET textbox = 'xyzabc' WHERE name = 'somename'";
it works.
All variable values '$textbox1', '$name'
are creating problems.
Waiting for reply.
Thanks
[This message has been edited by ads (edited February 14, 2000).]
|