Page is a not externally linkable
- Code, Content, and Presentation
-- Databases
---- mysql real escape string deprecated?


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?


Thread source:: http://www.webmasterworld.com/databases_sql_mysql/4466499.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com