austine_power007 Posted December 10, 2006 Share Posted December 10, 2006 i think i found a site but later i forgot the name they show some code so that i can use whole HTML code inside a <? ?> tag. ...i want to know the code to put all the HTML data inside PHP ..because i wanna query database (Search) and show my data in textboxes so that user can update data. any one have any idea about it? ??? Link to comment https://forums.phpfreaks.com/topic/30090-whole-html-inside/ Share on other sites More sharing options...
fert Posted December 10, 2006 Share Posted December 10, 2006 do you mean[code]echo "<p>HTML code</p>";[/code] Link to comment https://forums.phpfreaks.com/topic/30090-whole-html-inside/#findComment-138332 Share on other sites More sharing options...
austine_power007 Posted December 10, 2006 Author Share Posted December 10, 2006 [quote author=fert link=topic=118032.msg481973#msg481973 date=1165727875]do you mean[code]echo "<p>HTML code</p>";[/code][/quote]No i want the whole page HTML code inside php tag and no need to change the "" marks in HTML Link to comment https://forums.phpfreaks.com/topic/30090-whole-html-inside/#findComment-138335 Share on other sites More sharing options...
fert Posted December 10, 2006 Share Posted December 10, 2006 [code]echo <<<EOF<html>EOF;[/code] Link to comment https://forums.phpfreaks.com/topic/30090-whole-html-inside/#findComment-138341 Share on other sites More sharing options...
stephtort Posted December 10, 2006 Share Posted December 10, 2006 or use include... Link to comment https://forums.phpfreaks.com/topic/30090-whole-html-inside/#findComment-138342 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.