Thread: Run PHP on N800
View Single Post
Posts: 12 | Thanked: 0 times | Joined on May 2007
#1
I have searched this forum for php related entries but found none.

How can I run a PHP file on the N800.

I have installed:
http://maemo-hackers.org/php5-fastcgi.install (PHP5)
http://maemo-hackers.org/nginx.install (HTTP Server)

When I attempt to run a file.php with
<?php
print("MyName");
?>
in it, all i get is a listing of the contents, not processed by PHP.

What am I missing??

Many years programming, limited Linux.

Thanks
SW