earthpiper Posted June 15, 2007 Share Posted June 15, 2007 ok well Ive got a strange question it shows my HTTP server to have PHP installed I can do the Php info command. But my problem is I can't get a simple echo statement to display in the broswer. this is the code <?php echo "omg"; ?> I save the file acess it from my website and nothing .... I can do more complex things like connect to a MYSQL database but I cant display somthing as simple as a echo statement now I can echo out stuff some times but I am trying to test where my connection is being dropped to a MSQL database for a web app for work to track sales of employees and I want to figure out the inconsistancies to see if its an instalation problem from when I installed PHP or if it is user error. Also this is running on Windows xp pro running apache the newest release and the newest stable release of PHP for win ... I am useing win and not linux to devel because the server at work is a windows box ... I am really confused give me a holler with any suggestions. Thanks ! ~Conrad~ Quote Link to comment https://forums.phpfreaks.com/topic/55698-ultra-strange-question/ Share on other sites More sharing options...
rtpmatt Posted June 15, 2007 Share Posted June 15, 2007 did you make sure to save the file with the.php extension? Quote Link to comment https://forums.phpfreaks.com/topic/55698-ultra-strange-question/#findComment-275226 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.