I have php, apache and mysql up and running to a certain degree. The problem I am having is with php/apache. I have phpMyAdmin up and that works with no problems. I am able to create databases/modify etc. So I can see that something is working.
However when I created my own file in php I have the following problem:
anytime I do an echo to print something to the screen the webpage appears blank. I can do any number of php statements as long as I son't try to echo or print anything. Normal HTML outside of the php tags doesn't print with either of these included. If you take them out normal HTML will print to the webpage.
Has anyone else had this problem? Does something need to be set for every folder you make under htdocs?
Thanks for your help as you can see this problem severly limits what I can do for the time being.
Ace21