Hi
Im VERY new to PHP and in need of a very newbie advice with a little problem.
I basically have a function and want to add a text field to a page in which people type whatever in it and it updates a certain column in the data. ie: username
I would usually use this:
$query = doquery("UPDATE {{table}} SET username='Whatever Here' WHERE id='".$userrow["id"]."' LIMIT 1", "users");
But i wont people to be able to specify exactly what their username should be changed to, instead of being fixed to the Whatever Here above.
Im sorry if i dont make much sense, but im new and dont know a lot of what im talking about.
Thanks