Dragosvr92 Posted July 2, 2010 Share Posted July 2, 2010 Hello dos anyone know whats the html code to generate/create this single speech mark => ' it should be something like &MARK; Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/ Share on other sites More sharing options...
Dragosvr92 Posted July 2, 2010 Author Share Posted July 2, 2010 anyone please ? Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1080331 Share on other sites More sharing options...
Dragosvr92 Posted July 3, 2010 Author Share Posted July 3, 2010 i had this one b4 i posted here asking but its not exactly what i want ′ Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1080682 Share on other sites More sharing options...
saltedm8 Posted July 4, 2010 Share Posted July 4, 2010 ´ will produce ' Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1080983 Share on other sites More sharing options...
Mchl Posted July 4, 2010 Share Posted July 4, 2010 http://www.ascii.cl/htmlcodes.htm or <?php echo htmlentities("'",ENT_QUOTES); Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1080985 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 yay finally replyed !! found what i wanted on that site thanks Mchl i think i visited that page b4 but didnt seen it Edit: it was ' ... needed it on a php line that dosnt allow ' marks Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1081152 Share on other sites More sharing options...
Mchl Posted July 5, 2010 Share Posted July 5, 2010 it was ' ... needed it on a php line that dosnt allow ' marks What kind of line is that? Never happened to me before. Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1081218 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 damn my english is bad on that line lol well i it was late... lol um here is a example of why i needed that: $string = 'TheKiller's Test' i needed ' between r and s Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1081318 Share on other sites More sharing options...
Mchl Posted July 5, 2010 Share Posted July 5, 2010 No. You needed \ Please familiarise yourself with this: http://www.php.net/manual/en/language.types.string.php Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1081387 Share on other sites More sharing options...
haku Posted July 5, 2010 Share Posted July 5, 2010 $string = "TheKiller's Test" or $string = 'TheKiller\'s Test' Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1081401 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 thanks Mchl and haku i've been on that page b4 but havent read it lol Solved Quote Link to comment https://forums.phpfreaks.com/topic/206469-html-speach-mark/#findComment-1081460 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.