Search found 4 matches

by torger
Tue Jun 04, 2013 11:35 am
Forum: Tutorials
Topic: Getting errors in the reg / login system
Replies: 6
Views: 2221

Re: Getting errors in the reg / login system

Im using xampp, i tryed to change it but nothing happend Oo
by torger
Tue Jun 04, 2013 10:23 am
Forum: Tutorials
Topic: Getting errors in the reg / login system
Replies: 6
Views: 2221

Re: Getting errors in the reg / login system

ah ok. here it is :) <?php include('loginsystem/init.inc.php'); $errors = array (); if (isset($_POST['username'], $_POST['password'], $_POST['repeat_password'])){ if (empty($_POST['username'])){ $errors[] = 'The username cannot be empty.'; } if (empty($_POST['password']) || empty($_POST['repeat_pass...
by torger
Tue Jun 04, 2013 1:19 am
Forum: Tutorials
Topic: Getting errors in the reg / login system
Replies: 6
Views: 2221

Re: Getting errors in the reg / login system

i also get this error: Warning: include(): Failed opening 'C:\xampp\htdocs\loginsystem/loginsystem/user.inc.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\loginsystem\init.inc.php on line 22 line 22 init.inc.php looks like this: include("{$path}/loginsystem/user.inc....
by torger
Tue Jun 04, 2013 1:16 am
Forum: Tutorials
Topic: Getting errors in the reg / login system
Replies: 6
Views: 2221

Getting errors in the reg / login system

Errors: Warning: include(loginsystem/init.inc.php): failed to open stream: No such file or directory in C:\xampp\htdocs\loginsystem\register.php on line 3 Warning: include(): Failed opening 'loginsystem/init.inc.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\loginsystem\r...