brown2005 Posted September 22, 2006 Share Posted September 22, 2006 hi,i am adding testimonials on my site and i want the "" at the begging and end of the quote, but how can i do this in php? Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/ Share on other sites More sharing options...
steveclondon Posted September 22, 2006 Share Posted September 22, 2006 use the escape character. as in \" or use a different quote to echo ie eche ' " ' or echo " ' " Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/#findComment-96606 Share on other sites More sharing options...
radalin Posted September 22, 2006 Share Posted September 22, 2006 try using images of double quotes instead of double quotes itselves. Which will look much more beatiful on your site :) Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/#findComment-96647 Share on other sites More sharing options...
AdRock Posted September 22, 2006 Share Posted September 22, 2006 I have seen here in other posts where people want to add double quotes and I have seen people advising to use htmlentites.I don't know anything about it unfortunately but here is some examples which may help[url=http://uk.php.net/htmlentities]http://uk.php.net/htmlentities[/url] Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/#findComment-96676 Share on other sites More sharing options...
brown2005 Posted September 22, 2006 Author Share Posted September 22, 2006 thanks ill have a look Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/#findComment-96681 Share on other sites More sharing options...
AdRock Posted September 22, 2006 Share Posted September 22, 2006 you might want to search the forum got htmlentities....you should find quite a few posts Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/#findComment-96686 Share on other sites More sharing options...
brown2005 Posted September 22, 2006 Author Share Posted September 22, 2006 ok thanks Link to comment https://forums.phpfreaks.com/topic/21645-using-as-quotes-when-someone-has-said-something/#findComment-96691 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.