Hi,

I've installed PHP 4.2.3 on a Win2k Workstation (sp2) Box
that is running IIS5. If I run the PHPInfo script, it gives
me the proper HTML feedback about the server, which seems to
say everything's fine.  I'm also successfully running
PHPMyAdmin on the box and have successfully entered SELECT
statements into the MySQL db using that.  

But, if I try to run any kind of script that requires writing
to a file, (with or from a variable for instance - see
example script lines below), it seems to fail with a 
"Notice: Undefined variable: YourName in
C:\inetpub\wwwroot\test4.php on line 10" error.  

[Note: HPNuke on the same box is giving very similar type
output in spades, though it knew enough to populate the MySQL
db upon the first page load.]

I have read the install files and the FAQ for anything
closely resembling this, I've checked all the permissions on
every file/folder referenced, and have given full access to
the I_USER account to most or all of it.  (read and exec. at
the minimum), but nothing seems to kick this sucker into
gear.

Any ideas?

*dons flame suit*

TIA

P.S.  Here's the script in the HTML page (test4.html) that's
that's trying to write to "test4.php" from the above line
(this script works on a properly configured server that my
web host has):

<form action="test4.php" method=post> My name is: <br> 
<input type="text" name="YourName"> 
<input type="submit" name="submit" value="Enter My Data!"> 
</form>      

=====


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to