I am a CIS major and I have yet to take my Server Managment/ Database courses. I'm trying to get ahead of the game by teaching myself a bit of php by implementing it on my web site. Here's my problem. I want to test my code before I put it up on my web server, but I can not figure out how to get my browser to read the code on my home computer. I have PHP 5 installed on my computer, but I can't figure out what to do next to get it to work. (I'm sure I have a few things left to do). I just want to do something simple like,
<?php
echo "Hello World";
?>
If someone could kindly point me in the right direction i would be very grateful.
<?php
echo "Hello World";
?>
If someone could kindly point me in the right direction i would be very grateful.