PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Per the example in the book this should say "Hello World"on my screen with the window being titled "PHP says hello"
For some reason the window is titled correctly but the php print of "Hello World" never shows. I have confirmed my php installation. The part that really gets me is this is like example 1. I guess its going to be a long road for me. Anyone have any ideas on why this is not working for me?
This problem has been solved. Thank you for your help. The solution?
Well I will only post it since it may help someone else (even though it shows what a complete idiot I really am). The solution was to make sure the file ended with a .php vs .html. Yep I am that dense. Thanks for the quick help as it actually helped lead me to my solution!