shamsuljewel Posted September 27, 2007 Share Posted September 27, 2007 hi I am storing data by a form and save it to the mysql database and displaying it. But ', " this type of special characters how to display? Link to comment https://forums.phpfreaks.com/topic/70849-special-character/ Share on other sites More sharing options...
d.shankar Posted September 27, 2007 Share Posted September 27, 2007 Try this <?php echo("'"); //This display single quote. echo ("<br>"); echo('"'); //This displays double quote. ?> Link to comment https://forums.phpfreaks.com/topic/70849-special-character/#findComment-356199 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.