Hi,
I'm starting from scratch as a newbie to PHP, but not to writing code (extensive experience with Access VBA and SQL, and a bit of html with FrontPage). Right now I'm making my way through an online PHP tutorial.
Apache 2.0.55 (Win 32) is loaded and running on the pc I'm using, which is a Novell client for Windows 2000. PHP is installed, as well as MySQL. In addition to MySQL, I will likely want to be able to use PHP with Access and possibly Oracle or SQL Server here.
Anyway, as I save simple .php pages while going through the tutorial, nothing shows up, and I don't know how to bring that about. For instance, I might save the following code as "Test.php":
<html>
<body bgcolor="yellow">
<center>
<h2>Hello</h2>
</center>
<?php
echo "Have a nice day!";
?>
</body>
</html>
Unfortunately when you open it in a browser, only the "Hello" and yellow background appear as if it were only an html page without PHP.
How do I get my pc to function as a web server and the PHP to run? There must be some step I'm not aware of. Also, if anyone wants to recommend tutorial sites for PHP and MySQL that would be appreciated. Thanks...
I'm starting from scratch as a newbie to PHP, but not to writing code (extensive experience with Access VBA and SQL, and a bit of html with FrontPage). Right now I'm making my way through an online PHP tutorial.
Apache 2.0.55 (Win 32) is loaded and running on the pc I'm using, which is a Novell client for Windows 2000. PHP is installed, as well as MySQL. In addition to MySQL, I will likely want to be able to use PHP with Access and possibly Oracle or SQL Server here.
Anyway, as I save simple .php pages while going through the tutorial, nothing shows up, and I don't know how to bring that about. For instance, I might save the following code as "Test.php":
<html>
<body bgcolor="yellow">
<center>
<h2>Hello</h2>
</center>
<?php
echo "Have a nice day!";
?>
</body>
</html>
Unfortunately when you open it in a browser, only the "Hello" and yellow background appear as if it were only an html page without PHP.
How do I get my pc to function as a web server and the PHP to run? There must be some step I'm not aware of. Also, if anyone wants to recommend tutorial sites for PHP and MySQL that would be appreciated. Thanks...