I am recieving the following error
Strict Standards: Only variables should be passed by reference in C:\wamp\www\dragdrop\newhotel\reservation\ajax\tips.php on line 8
Line 8 is
$img=mysql_real_escape_string(end(explode('/',$_POST['img'])));
I'm a newbie please help me..