Results 1 to 8 of 8

Thread: Help with login.php

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Make sure that your index.php is in the same directory. Try to change:
    PHP Code:
    header("Location:index.php"); 
    into:
    PHP Code:
    header('Refresh: 1; index.php'); 
    also name of the table is: user_data or userdata ?
    Last edited by Jeplaa; 31st July 2013 at 08:43.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •