Hi I am trying to get my site live (which I already have) but there is a lot of queries that aren't making entries to the database, but before I transfered from a VPS they were working find, I will provide one example..
Not sure whether it is because of the mysql_real_escape_string or not?
I am slowly getting there with converting my code to mysqli, there is just do much to go through..
Here is the code, it's not making the entries into the 'member_mail' table, is anyone able to tell me what is going on here? And how can I fix it?
Thank you
Code snippet: [pastebin.com]
Not sure whether it is because of the mysql_real_escape_string or not?
I am slowly getting there with converting my code to mysqli, there is just do much to go through..
Here is the code, it's not making the entries into the 'member_mail' table, is anyone able to tell me what is going on here? And how can I fix it?
Thank you
Code snippet: [pastebin.com]