Buongiorno, allora premetto che sono all'inizio, ma proprio all'inizio di cio' che riguarda PHP.
Ho installato :

FoxServ-2.0core(Sistema che installa apache, mysql e php)
(per quel che riguarda l'apache tomcat)

ed inoltre
PHPCoder
come ambiente di sviluppo per scrivere pagine php

ho aperto questo ambiente ed ho scritto questo:

/************************************************** *********/
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Title here!</title>
</head>
<body>

</body>
</html>
/************************************************** *********/

ma non capisco inizia a darmi errori su errori, mi parla di

TESTO MESSAGGIO:

"The current file is not located in a Web Server Document Root subpath. Thus it cannot be accessed by the webserver! Please save this file in a Document Root sub path"

fatto ma non succede nulla....

mi spiegate un po' cosa dovrei fare ????
:master: