What errors, probably a mysql error, correct?
add this to the top of your page, THE VERY TOP, BEFORE EVERYTHING. <?php ob_start(); ?> That should fix the header problem.
He wants a flat file login type thing. WIthout using a database. THis isn't for a member system. And the md5(sha1()) encryption doesn't defeat...
I would suggest using WAMP, instead of Xampp. I think WAMP is much easier to use. wampserver.com/en/
Here is the login check script that I use. You will have to edit it, but it shouldn't be that hard. You might have to change the config.php file...
Something like this should work. <?php ob_start(); session_start(); $username = "username here"; $password = md5(sha1("password here"));...
You, when a search is made, just insert it into a table, then use a while() statement to echo them back. here is a simple script that would work...
I would recommend using phpDesigner07 Personal. mpsoftware.dk/ It is a great open source editor, and you wouldn't catch me using anything else...
You could also use the explode function, and a form to decide what line you want to edit.
Separate names with a comma.