Re: Windows to Unix text doc parsing problem
- From: Tim Van Wassenhove <timvw@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 06 Apr 2007 16:40:48 +0200
programming schreef:
i have been having trouble
<?
While debugging it can be helpfull to start your script with the following (or make sure your php configuration has the same settings)
ini_set('display_errors', true);
ini_set('error_reporting', E_ALL);
if ($userid && $password)
As already mentionned, $userid and $password are probably undefined at this point, and you should test if $_POST['userid'] and $_POST['password'] exist...
$listf=fopen("username/member.txt","r");
Since you're using a relative path, you may want to check your include_path setting too...
--
Tim Van Wassenhove <url:http://www.timvw.be/>
.
- Follow-Ups:
- |OT| Re: Windows to Unix text doc parsing problem
- From: R. Rajesh Jeba Anbiah
- |OT| Re: Windows to Unix text doc parsing problem
- References:
- Windows to Unix text doc parsing problem
- From: programming
- Windows to Unix text doc parsing problem
- Prev by Date: Re: Simple Blog software to modify
- Next by Date: |OT| Re: Windows to Unix text doc parsing problem
- Previous by thread: Re: Windows to Unix text doc parsing problem
- Next by thread: |OT| Re: Windows to Unix text doc parsing problem
- Index(es):
Relevant Pages
|