Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 423
0 Users 4 Guests Online
Forum Index » PHP + MySQL » problem!
Posted on Thursday 18th October 200 at 05:14 PM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
i have a problem updating users profile, i added somemore info for thier profiles and now it doesnt update...
can any1 help me?
Posted on Thursday 18th October 200 at 05:31 PM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
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