Are you running WAMP? Also checkout the 3d buzz tutorials
www.3dbuzz.com They are great for getting up and running. dolphin7681 <[EMAIL PROTECTED]> wrote: Hi all, i'm a beginner in PHP, and i want to know the recommended books to start with. Also, i try to connect PHP to Apache server as following: -Open the httpd file [in conf folder] and find the line: <IfModule alias_module> -Immediately under this line insert the following lines: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php .phtml Action application/x-httpd-php "/php/php.exe" -Save the file as httpd.conf. -To test that PHP and Apache now work together,i create a plain text file and insert the following: <?php phpinfo(); ?> then,Restart the Apache server andf go to http://127.0.0.1/test.php then i receive this Error : Forbidden You don't have permission to access /php/php.exe/test.php on this server. Can you please tell me, how to solve this problem. Thanks in advance. --------------------------------- Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster. [Non-text portions of this message have been removed]
