Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[PHP] Membership system.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dobby" data-source="post: 154484" data-attributes="member: 1559"><p>I cant get it to work <img src="/styles/default/xenforo/smilies/emojione/frown.png" class="smilie" loading="lazy" alt=":(" title="Frown :(" data-shortname=":(" /></p><p> </p><p>Login/index.php gives</p><p>[CODE]Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\login.php on line 71[/CODE]</p><p> </p><p>register.php gives</p><p>[CODE]Notice: Undefined index: username in C:\xampp\htdocs\register.php on line 4</p><p> </p><p>Notice: Undefined index: email in C:\xampp\htdocs\register.php on line 5</p><p> </p><p>Notice: Undefined index: password in C:\xampp\htdocs\register.php on line 6</p><p> </p><p>Notice: Undefined index: repeatpassword in C:\xampp\htdocs\register.php on line 7[/CODE]</p><p> </p><p>me.php gives</p><p>[CODE]Notice: Undefined index: user in C:\xampp\htdocs\me.php on line 4[/CODE]</p><p> </p><p>account.php gives</p><p>[CODE]Notice: Undefined index: username in C:\xampp\htdocs\account.php on line 5</p><p> </p><p>Notice: Undefined index: cpassword in C:\xampp\htdocs\account.php on line 6</p><p> </p><p>Notice: Undefined index: npassword in C:\xampp\htdocs\account.php on line 7</p><p> </p><p>Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\account.php on line 8</p><p> </p><p>Notice: Undefined index: user_id in C:\xampp\htdocs\account.php on line 10</p><p> </p><p>Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\account.php on line 13</p><p> </p><p>Notice: Undefined index: user_id in C:\xampp\htdocs\account.php on line 82[/CODE]</p><p> </p><p>Note: I have not changed anything except the config...</p></blockquote><p></p>
[QUOTE="Dobby, post: 154484, member: 1559"] I cant get it to work :( Login/index.php gives [CODE]Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\login.php on line 71[/CODE] register.php gives [CODE]Notice: Undefined index: username in C:\xampp\htdocs\register.php on line 4 Notice: Undefined index: email in C:\xampp\htdocs\register.php on line 5 Notice: Undefined index: password in C:\xampp\htdocs\register.php on line 6 Notice: Undefined index: repeatpassword in C:\xampp\htdocs\register.php on line 7[/CODE] me.php gives [CODE]Notice: Undefined index: user in C:\xampp\htdocs\me.php on line 4[/CODE] account.php gives [CODE]Notice: Undefined index: username in C:\xampp\htdocs\account.php on line 5 Notice: Undefined index: cpassword in C:\xampp\htdocs\account.php on line 6 Notice: Undefined index: npassword in C:\xampp\htdocs\account.php on line 7 Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\account.php on line 8 Notice: Undefined index: user_id in C:\xampp\htdocs\account.php on line 10 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\account.php on line 13 Notice: Undefined index: user_id in C:\xampp\htdocs\account.php on line 82[/CODE] Note: I have not changed anything except the config... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[PHP] Membership system.
Top