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 ??? 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"; ?> 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 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! 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
Archived
This topic is now archived and is closed to further replies.