ben_1uk Posted January 13, 2014 Share Posted January 13, 2014 Hi, I'm hoping someone can help me regarding the below warning message I have received on E-mail from my server: mysql_real_escape_string() expects parameter 1 to be string, array given I've not come across this before and would appreciate any help or general advice. Many thanks in advance, Ben_1uk. Link to comment https://forums.phpfreaks.com/topic/285325-unfamiliar-warning-message/ Share on other sites More sharing options...
PravinS Posted January 13, 2014 Share Posted January 13, 2014 input to "mysql_real_escape_string()" function should be string and you have passed array to it, so you are getting this error if possible paste your code here Link to comment https://forums.phpfreaks.com/topic/285325-unfamiliar-warning-message/#findComment-1465039 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.