I was programming something in PHP but since I\'m a newbie I got stuck.
I have no clue how should I escape quotes on the following line. Moreover, I think the PHP tags i
I am boot sure what DoNav does but I think you want to have this line instead:
echo ''; In PHP the \ is the escape character. If you want to escape a " you can write \" I hope it was helpful. Good luck 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
In PHP the \ is the escape character. If you want to escape a " you can write \"
I hope it was helpful. Good luck