Hi guys,
I am posting data to a php file via jQuery's $.post method, but for some reason the string comes out escaped on the other side, like so,
Sent:
company_name="company"
Received:
company_name=\"company\"
Any idea what could be the cause?
Thanx in advance!