Page is a not externally linkable
brokaddr - 9:26 pm on Jun 22, 2012 (gmt 0)
Already done. :)
I pasted that info out of the backup file (the original version of the script).
It looks like my connection variable isn't passing, I tried this: if (!$connectdb) {
die('Connect Error (' . mysqli_connect_errno() . ') '
. mysqli_connect_error());
}
Result: Connect Error (0)
$connectdb is what the $$link variable used to be.
Adding global $connectdb right above the $result query didn't do anything.
Any ideas what I'm missing?