Click to See Complete Forum and Search --> : "This request is not supported"


cobrasniper555
08-23-2005, 09:45 PM
hello, i am 14 years old, but i know a lot of comp languages such as Javascript, HTML, Actionscript 2.0 and now I am trying to learn PHP. But when I put up my test page for tutorials, it always says "This request is not supported". Can anyone help me?

Sheldon
08-23-2005, 10:14 PM
post some code that the result says that, does your server support php?

try this on a single php page and see the result


<?php
phpinfo();
?>



Sheldon

cobrasniper555
08-23-2005, 10:27 PM
No, it supports ASP, but is there any way to have it support ASP and work with PHP at the same time? Because I really would like to know PHP over ASP.

NogDog
08-23-2005, 11:00 PM
The host must have PHP installed and the webserver configured to process PHP files through the PHP interpreter.

It is possible to install PHP and a webserver such as Apache on your PC and run the pages locally for learning/testing.

Sheldon
08-24-2005, 12:54 AM
Download appserv (http://www.appservnetwork.com) to run php mysql and phpmyadmin on your windows box