Search found 5 matches
- Sun Aug 17, 2003 5:51 pm
- Forum: PHP - Code
- Topic: user register and login script
- Replies: 1
- Views: 578
user register and login script
I know that there are script all over if you do a search but I get so confused with them since I'm farley new to php and don’t do mysql database stuff. what I am looking for is just a simple script where users can register their user name and password into the database which then lets them log into ...
- Sun Aug 10, 2003 9:06 pm
- Forum: PHP - Code
- Topic: Member login and recalling database info
- Replies: 3
- Views: 662
- Sun Aug 10, 2003 12:20 pm
- Forum: PHP - Code
- Topic: Member login and recalling database info
- Replies: 3
- Views: 662
Member login and recalling database info
I have a script on my fan site that I have users submit their clans for the game into a text file that then can be read by a php file that displays the information. So far they can add but cannot edit or delete any of the information they put in. On a website I saw a form like mine that you could lo...
- Sat Aug 09, 2003 1:17 pm
- Forum: PHP - Code
- Topic: sorting problem
- Replies: 2
- Views: 528
- Sat Aug 09, 2003 11:08 am
- Forum: PHP - Code
- Topic: sorting problem
- Replies: 2
- Views: 528
sorting problem
I have a script that enters data into a text file and then pulls it out to display it. For example I have two guys names, Dave and peter. in the text file Dave is on the first line and peter is second. When I call the function with, function showlinks() { global $filename; $html = implode(array_reve...