Quote:
Originally Posted by MarcoH64
Addslashes is depreciated in 3.5, please use $vbulletin->db->escape_string instead.
And you will only see something different in the database if you use a special character like a quote.
|
Thanks MarcohH64!!
I really appreciate you following me around and helping me out.
I looked at that function and see it used "during" the db connection.
Does this imply that there's no "special handling" needed for after a db read?
Also while searching vb's code, I notice escape_string() is used for IPADDRESS in places, so I suppose I should do this for 4 of my 6 insertion variables (username, filename, ipaddress, & alt_ip)??
I'm so close with this thing ....
For the past few days I've been learning how to JOIN LEFT, ROFLMAO.
So that is knocking off a couple queries for me now.
I'm getting there....