problem!

Posted on Thursday 18th October 2007 at 05:14 PM
gbt91
gbt91's Avatar
i have a problem updating users profile, i added somemore info for thier profiles and now it doesnt update...
can any1 help me?
That's Just The Drill
Posted on Thursday 18th October 2007 at 05:31 PM
gbt91
gbt91's Avatar
i update this info on the editusers/editprofile script:
$email = addslashes(htmlspecialchars($_POST[email]));
$ehidden = htmlspecialchars($_POST[ehidden]);
$hname = addslashes(htmlspecialchars($_POST[hname]));
$favf = addslashes(htmlspecialchars($_POST[favf]));
$favh = addslashes(htmlspecialchars($_POST[favh]));
$location = addslashes(htmlspecialchars($_POST[location]));
$age = (int)addslashes(htmlspecialchars($_POST[age]));
$level = addslashes(htmlspecialchars($_POST[level]));
but on the system there's

id
username
password
email
location
userlevel
age
sex
date
pincode
ip
hname
favf
favh
That's Just The Drill
Login or register to respond to this forum topic.