Generating HTML from PHP

Associate
Joined
13 Nov 2003
Posts
1,567
Location
Manchester
Hi All

Working on an ebay template system that generates ebay listing templates.

Now what i need is to be able to generate HTML code using PHP recordsets etc. I can do this, the main problem is that I dont want to just load the page and leave the user to goto view source etc. I would like it show the source code in a text box. Also, as its an ebay template I would like to able to cut out the unecesary tags that appear a the top of the page.

I am storing all of the listing data in a DB so this can be called to populate the page

Any ideas would be appreciated
Aaron
 
Im not storing the actual HTML in the DB

Just the info that needs updating on the template.

I now have the page made and can generate the templates but I want to be able to display the HTML that the PHP server generates in a text box

Any ideas?

Thanks
 
Back
Top Bottom