Search found 2 matches

by hed
Sun Apr 07, 2013 2:06 am
Forum: Tutorials
Topic: User Account System and Profile System
Replies: 3
Views: 4930

Re: User Account System and Profile System

sorry about that, i forgot. i think there's 2 or more errors. a. i can't update a profile, there's an error that said its near the update on password. The Error : "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use ne...
by hed
Sat Apr 06, 2013 3:38 pm
Forum: Tutorials
Topic: User Account System and Profile System
Replies: 3
Views: 4930

User Account System and Profile System

Hello, I'm connecting the Account and Profile system but there's and i can't seem to figure out why. i used two tables for the account and the info, profile, users. here is my code: user.inc.php <?php function fetch_current_user_id($username){ $username = mysql_real_escape_string($username); $sql = ...