How do I get MySQL Query results into the right spot on the web page?
Hi,
I am modifying the USERCP area to include list of data retrieved from the database. I have a MySQL query that does a loop to return a record set and results in several rows of data being displayed on the web page. This code is located in the usercp.php file.
The problem that I am having is that the results always end up at the very top of the page above the <!-- BEGIN TEMPLATE: USERCP_SHELL-->. I want the results to be displayed in the area below the navigation bar running along the top and control panel menu on the left. I have tried modifying the templates but I get errors when inserting the php code.
Any ideas how to do this? Thanks in advance.
|