That error is related to IIS
I am not an expert on IIS, but on the Internet there are reports of exactly
the same error (very few, I'm afraid)
Luis
-Original Message-
From: Ing. Tomás Liendo [mailto:[EMAIL PROTECTED]
Sent: quinta-feira, 9 de Fevereiro de 2006 14:48
To: php-windows@lists.
Hi I can't install PHP on Windows XP.
The error: "Windows Can't found c:\Windows\System32\issext.vbs"
What Can I do?
Please Help me!
Thnaks, Tom.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PROBLEM SOLVED!
Hi and thanks for all your input and help.
I solved the problem. There was one little thing I just didn't think about.
What I actually did was include a variable (include($page)) and let the
last page the user was on send a value for $page. Now, the pages I
wanted to include,
Actually it does not make that much sense.
I use includes, with PHP extension, and never had a problem.
Take a look at how you communicate between modules, ergo if you have globals
on or off, the scope of variables, etc.
It seems as if "user_level" is not known within the module.
Luis
-Origin