I should send Hi"
to a Yahoo server, so in PHP I should place \
befor the "
, but it will get bad JSON arguments. How should I do it?
Place Hi"
in JSON code without error?
$message = "Hi\"";
$postdata = '{
"message" : "'.$message.'"
}';