Jarid Posted January 7, 2011 Share Posted January 7, 2011 I set up a form that you can type html code into. When you click submit it sends the form data to a php script that receives the data and then prints it. Basically im trying to accomplish something similar to this http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro. I have tried to print the html code using echo and print_r. The problem is that it is not displaying correctly. For instance if i were to type in <body bgcolor="FFCC00"> Nothing would happen. Most of the html displays correctly. What is the reason behind this? Do i need to use a different command to print the form variable? Or do i need to save it as an html document then display it? Link to comment https://forums.phpfreaks.com/topic/223639-simple-php-print-vs-echo-question/ Share on other sites More sharing options...
Pikachu2000 Posted January 7, 2011 Share Posted January 7, 2011 Post the actual code that you're having problems with, along with any errors you may be getting. Link to comment https://forums.phpfreaks.com/topic/223639-simple-php-print-vs-echo-question/#findComment-1156039 Share on other sites More sharing options...
Jarid Posted January 7, 2011 Author Share Posted January 7, 2011 Ahhh.... I found the problem. I messed up a line of my php. Thanks Anyway. Link to comment https://forums.phpfreaks.com/topic/223639-simple-php-print-vs-echo-question/#findComment-1156043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.