Search found 1 match
- Sat Feb 04, 2012 11:40 pm
- Forum: Tutorials
- Topic: User Profile with your login system.
- Replies: 50
- Views: 10500
Re: User Profile with your login system.
But i get an error here: function fetch_user_info($uid) { $uid = (int)$uid; $sql = "SELECT `user_name` AS `username`, `user_firstname` AS `firstname`, `user_lastname` AS `lastname`, `user_email` AS `email`, `user_about` AS `about`, `user_location` AS `location`, `user_gender` AS `gender` FROM `...