Hi,
I'm looking for advice on how I can create a php page that will query my user database and display the output in an iFrame on a page.
The long term goal is I'd like to create a visible profile page for each user of my site, pulling in statistics that I'll be importing into another table.
Problem is, I've created a basic php page that queries my db and outputs it to an HTML table, but my php code isn't executed and my page displays as a normal template page with no content.
Is it possible to do what I'm trying? I just want a blank page displayed with my HTML output. Is there a tag that will allow me to use a page without applying the template to it?
Thanks in advance,
David.