Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

RE: [PHP] [PHP-WIN] Problems running php from samba network share s... From: Jason Murray (Jason.Murray <email protected>)
Date: 06/26/01

> This is all fine and dandy, I can access this directory using
> a client based browser, surf around and check html files.
>
> But when I try to access a php file, I get the following
> error message...

This is probably because you're accessing \\sharename\www\myscript.php,
which tells whatever is loading the file to load it directly from the
share instead of using HTTP. It's like loading a PHP file off your desktop
and wondering why the script doesn't run.

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>