This is a discussion on "php user system" within the PHP Forum section. This forum, and the thread "php user system are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
php user system
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
php user system
Ive looked high and low for php flat file user system script
I've searched hotscripts (which sometimes gives me links that seem perfect but that dont work) and everywhere for a simple one that I can integrate into my site. Is there anyone out there who can point me to a simple one? Many thanks in advance. |
|
|
|
#2
|
|||
|
|||
|
Re: php user system
What do you want to do with/keep in this flat file?
|
|
#3
|
|||
|
|||
|
Re: php user system
Im not that experienced with PHP/MySQL but have the general understanding of how it works etc.
All I want is a script that allows people to sign up and then allows me to add features to it by editing e.g. the file they log into, only members can download wallpapers etc. Hope thats understandable ? Last edited by Zumico; Dec 19th, 2006 at 16:49. |
|
#4
|
|||
|
|||
|
Re: php user system
If you are talking about having something that people sign up to, then a flat file is not the way to go.
You need to think of having a 'members' database/table that holds their login details that you can validate against before allowing them access to certain facilities. |
|
#5
|
|||
|
|||
|
Re: php user system
I've followed this tutorial
http://coding.cwhnetworks.com/index...._System_In_PHP and it works fine. Although when I go to log in it says "Successful login" and the file its ment to put me to is user.php So I type zumico.com/user.php in my browser. Log in and then it asks me to log in again and displays "Succesful login" without displaying whats on user.php Like editing options etc. Little confused, any suggestions I can to stop user.php asking me to log in again, thanks |
![]() |
| Tags |
| php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Booking system | bean_2k1 | PHP Forum | 4 | Jan 6th, 2007 06:48 |