hey all i am building a system which never leaves the page index.php.
Instead it uses index.php?p=(module name)&s=(page to be placed in the content area).
My issue is when ever i try to put any content which connects to mysql i get the following error
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/andreffx/public_html/mods/admin/newconf.php on line 34
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/andreffx/public_html/mods/admin/newconf.php on line 36.
The thing that confuses me is that if i go straight to the file in bold above it works but not when accessing it througth the url variable.
Any help would be greatley apreciated.
To see the error for yourself the root is
http://andrews-enterprise.co.uk/
and the only uploaded mod is at
http://andrews-enterprise.co.uk/index.php?p=admin&s=newconf
If needed i can upload the problem in a zip file obviousley without the database logins being correct for security.