I have a problem with this line,is there any solution for a line which must contain both single and double quotation marks?
echo "<a href='/ad/.$row['id_ad']'>".$row['title'];
I get this error:
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)