bdmovies Posted October 13, 2007 Share Posted October 13, 2007 Say I need to put a ; in some text I'm echoing, how do escape the ; without PHP parsing it? Link to comment https://forums.phpfreaks.com/topic/73055-solved-escaping-the/ Share on other sites More sharing options...
GingerRobot Posted October 13, 2007 Share Posted October 13, 2007 You dont need to escape a semi colon in a string. This works fine: <?php echo ';'; ?> Link to comment https://forums.phpfreaks.com/topic/73055-solved-escaping-the/#findComment-368441 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.