rasherb Posted October 24, 2007 Share Posted October 24, 2007 <?php echo "<html>test</html>"; ?> This prints out in the browser as test"; ?> I just want: test ??? Quote Link to comment https://forums.phpfreaks.com/topic/74621-solved-why-does-it-print-my-code/ Share on other sites More sharing options...
darkfreaks Posted October 24, 2007 Share Posted October 24, 2007 <?php echo "test"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/74621-solved-why-does-it-print-my-code/#findComment-377195 Share on other sites More sharing options...
kenrbnsn Posted October 24, 2007 Share Posted October 24, 2007 How are you invoking the script in your browser? It has to be processed by a webserver that supports PHP. Ken Quote Link to comment https://forums.phpfreaks.com/topic/74621-solved-why-does-it-print-my-code/#findComment-377196 Share on other sites More sharing options...
rasherb Posted October 24, 2007 Author Share Posted October 24, 2007 I've got WAMP5 installed. I'm re-running the scripts now. May be fine after all... Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/74621-solved-why-does-it-print-my-code/#findComment-377202 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.