Hi there. New to the PHP space here and I'm trying to set things up. (if I'm on the wrong newsgroup, please let me know...)
I've got Apache 1.3.27 running and I have downloaded PHP 4.3.4 on my computer. Next, I created a test.php file which contains:
<?php
phpinfo();
?>
That's it - real simple. I just want to see it work on the server, but when I open up that page in a browser, it just displays those tags, exactly as I typed them. If I go to http://localhost, I get a page that says,
"If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page."
Now, maybe I'm just not putting test.php in the right directory? I'm not sure. Apache is running from d:/apache/apache/ and PHP is located in d:/php/. Any help would be appreciated!
Thanks.
Make sure you have and entry in your httpd.conf for Apache that looks like this....
AddType application/x-httpd-php .php
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php