Search found 2 matches
- Sun Jan 08, 2012 4:27 am
- Forum: Tutorials
- Topic: Files from the Register & Login Tutorials not showing
- Replies: 4
- Views: 811
Re: Files from the Register & Login Tutorials not showing
Indeed, but I kept them all right in the same folder just for basic testing. No clue why it would not register :/ unless this init.inc.php file has to be in a different folder from the rest of the content (until your tutorial I hadn't heard of an init.inc.php file, I've only been web coding for like...
- Sat Jan 07, 2012 7:49 am
- Forum: Tutorials
- Topic: Files from the Register & Login Tutorials not showing
- Replies: 4
- Views: 811
Files from the Register & Login Tutorials not showing
Hi there, my first post. I was following the register and login tutorials and for some reason none of them will display, for example when I click on my login.php file, I just get a white screen. Here's my code for example: Login.php <?php include('init.inc.php'); $errors = array(); if (isset($_POST[...