Jump to content

A working PHP login system?


Ubuntuz

Recommended Posts

You need to pick one that you are most familiar with and which has the features you need and troubleshoot why it does not work for you on your server. There is likely some common problem with your server or with even something your programming editor or FTP program does that is causing all of them to not work.

 

If you want help with a script, post it in the forum's

 [color=red]...[/color] 

bbcode tags. Edit: Along with a specific statement of any symptoms or errors you got when you tried it.

 

P.S. A significant portion of the php code posted around on the Internet (anyone can became an Author nowadays) is either out of date or was minimal nonsense to begin with, so it is hard to post a link to something that will work and will meet your needs.

Link to comment
Share on other sites

There's probably a half-dozen different things that could cause that symptom, the most likely being that the session start statements don't work.

 

You need to be developing and debugging any php code on a system with php's error_reporting set to E_ALL and display_errors set to ON so that php will report and display all the errors it detects.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.