I have set up 2 articles in Joomla using Sourceror
The first is a form that has a drop down list for county and uses POST method and calls a link to 2nd article
2nd article is a php page that uses the variable from the form and performs a SQL query resulting in a formatted table of data entries
The SQL query works fine
My problem is that the resultant page is just the table - not displayed inside an article inside the joomla template?
I have also linked to the 2nd article directly from the menu and the same happens (apart from no results are shown from database as it hasn't been provided with the county variable)
the site is
st1ng.neltek.com
The form is accessed via "Find A Service" on the menu - click on SUBMIT button and it shows the results table
the direct link to the results php is via "Search Results" link on the menu
what am I doing wrong
The form code shows inside an article so why doesn't the sql query?
Ian