Author |
Message |
Topic: php now working on other extensions |
acidicx
Replies: 4
Views: 7859
|
|
thanks for the help mate |
Topic: Calling php files with no extension |
acidicx
Replies: 4
Views: 8397
|
|
I done extactly what you said, then created a file called test with the following:
#! c:/PHP/php-cgi.exe
<?php
echo "test";
?>
After I restarted the server I ran it and it just show ... |
Topic: php now working on other extensions |
acidicx
Replies: 4
Views: 7859
|
|
Im using the most current version. I was using 4.0.2, but I upgraded to 5 and now its working fine.
*shrugs*
Cheers for your help anyway. |
Topic: php now working on other extensions |
acidicx
Replies: 4
Views: 7859
|
|
I recently installed php and in the Associated Extensions I have php phtml php3 html htm.
When I run a script with a .php extension it works fine, but if I try one with any of the other extensions, ... |
|