little help with this code
#4

So you remove 2 fields, then add them again, if I may ask, why? perhaps you should use the UPDATE command:

PHP код:
// Update the fields
$update "UPDATE `samp` SET `email` = '".$_POST['email']."', `password` = '".$_POST['password']."'"
$result mysql_query($update); 
This does exactly the same thing as the code you posted, but a LOT faster.
Reply


Messages In This Thread
little help with this code - by freak_man - 16.01.2012, 21:50
Re: little help with this code - by Vince - 16.01.2012, 22:53
Re: little help with this code - by freak_man - 16.01.2012, 23:02
Re: little help with this code - by Sinner - 17.01.2012, 11:30
Re: little help with this code - by Vince - 17.01.2012, 12:57
Re: little help with this code - by freak_man - 17.01.2012, 17:43
Re: little help with this code - by freak_man - 18.01.2012, 13:07

Forum Jump:


Users browsing this thread: 2 Guest(s)