When I look directly in my db field I see a difference between these two
functions. The top line (seebelow) was inserted with addslashes vs. the
bottom line where I used mysql_real_esca pe_string. Obviously addslashes
really escapes the apostrophe. But I thought mysql_real_esca pe_string is
supposed to do that too - can anyone explain? Thanks, Lee G.
This is Aviva\'s website.
This is Sarah's website.
Comment