Re: Windows to Unix text doc parsing problem



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/>
.



Relevant Pages

  • Re: Power Management GPO?
    ... changes to the power scheme as a standard user. ... settings into the default user profile. ... create a log file for my batch file. ... So then I created a GPO that runs a computer startup script. ...
    (microsoft.public.windows.group_policy)
  • Re: Power Management GPO?
    ... I turned hibernate on, then waited for the schedule and it worked, so SYSTEM does have the ability to change power settings. ... So, long story short, I am guessing you could create a startup script that creates the scheduled task to run a second script that sets the power configuration. ... Run powercfg from the command line with a /? ...
    (microsoft.public.windows.group_policy)
  • Re: scripted logon
    ... Why can't you launch all the scripts from a Group Policy based Logon script. ... Here's the policy settings (I sure hope word wrap doesn't mess it up too ... Windows Components/Windows Installer ...
    (microsoft.public.windows.terminal_services)
  • Re: Power Management GPO?
    ... My guess is that the two that are working are per-machine settings, but the power scheme settings are per-user and it doesn't like the system context I suppose. ... This showes that my batch file is being processed but my commands aren't taking I guess. ... The script checks for the existance of my batch file in the root of the target PC. ...
    (microsoft.public.windows.group_policy)
  • Re: scripted logon
    ... The only script I ... Here's the policy settings (I sure hope word wrap doesn't mess it up too ... Policy Setting ... Windows Components/Windows Installer ...
    (microsoft.public.windows.terminal_services)