Posted by David
2014-05-26

Hi Tom,

Thank you for your reply regarding ‘mysqli’ extension.

Please advise what you mean by ‘port the file’.
Do I need to make any change to the specified command (‘mysql_real_escape_string’)?

Thanks,
David,
Posted by Tom
2014-05-27

> by ‘port the file’.

I should've said convert, instead. I meant replacing all "mysql_*" functions with mysqli functions. Sometimes, it may not be simple replacement procedure and requires you to understand how the code works and differences between mysql_* and mysqli_* functions.

>Do I need to make any change to the specified command (‘mysql_real_escape_string’)?

Yes, not only that function but all of "mysql_*"