|
Posted by Rik on 10/18/06 21:29
Peter van Kroonenburg wrote:
> When I want to run a php script from a html document I get the
> message; what do you want firefox to do, open it or save it?
>
> What is wrong? When I start the script directly it works correct.
PHP runs on the server, so should be run through the server which runs the
php.
Local pages can work, as soon as your accessing them through the server
(e.g. http://localhost/example.php), not through the filesystem
(file://path/to/file.php).
--
Grtz,
Rik Wasmus
Navigation:
[Reply to this message]
|