Hey all im having a problem in regards to my coding.
What it is is my web app doesn't leave index.php it just populates that page with a funtion called getContent();
My pages work until i try having the pages that are embedded talk to mysql.
Everything works fine if i go direct http://dev.aeapps.co.uk/Mods/License/Replace.php using this method it works but it doesen't allow intergration with everything else.
the link above dynamically links to http://dev.aeapps.co.uk/index.php?m=License&f=Replace but says the include to ther db connection is non existant so i strip out the connection to the db so its not trying to double call the mysql server but instead it shows this error http://dev.aeapps.co.uk/index.php?m=License&f=Replace1
any one that can help solve this problem your help is greatley apreciated as i need to progress with my development but cant until this is sorted. The password protection for my dev site has been temp removed for your investigations.