ZK: Tohle PHP je jedno z mala tech co maj nejvice funkci a je aspon stabilni a rozdejcha i nacitani sama sebe nacitani oproti jinym i pozdejsim verzim :-D ################################################################################## Jeden dulezity poznatek, pokud bude mit adresar PHP nahrany jinde musiste zmenit cestu a na kratka jmena souboru. Doporuzuji uplne nahoru doplnit do souboru do souboru: httpd.conf ################################################################################## # for the apache module LoadModule php4_module c:/Progra~1/Apache~1/php/sapi/php4apache.dll AddType application/x-httpd-php .php4 AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php #for the cgi binary (you can use that one compiled with force cgi redirect too) ScriptAlias /php4/ "C:/Progra~1/Apache~1/php/" Action application/x-httpd-php4 "/php4/php.exe" AddType application/x-httpd-php .php4 AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php ################################################################################## Pokud vam nevihovuje umisteni souboru souboru web zmente v httpd.conf #DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" DocumentRoot "C:/www" Je dobre si zmenit i nacitani prvnich dokumentu... v httpd.conf DirectoryIndex index.phtml index.php index.php3 index.php4 index.htm index.html default.phtml default.php default.php3 default.php4 default.htm default.html