Page is a not externally linkable
LinusIT - 1:19 pm on Nov 8, 2011 (gmt 0)
The link is fine yeah. I've got error reporting turned on using:
error_reporting(E_ALL);
ini_set('display_errors', '1');
It does output page of the page yeah, basically the header part with the menu.
Could you suggest where I can put an echo please? I've tried placing it after $res_complete = mysql_query($sql_complete) or die(mysql_error()); but it didn't show up anything.
It seems as though it doesn't know it should be doing anything. Maybe I'll try removing the "delete" part out and see if it works then.