Escape Chatacter
Posted: Tue Apr 18, 2006 10:39 am
Pimptastic | Please use
but the problem is that i need to add a ' as part of one of my titles and i really fo not want to have to do
any ideas what can i do?
Thanks
Pimptastic | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I am using a the define() function in php
i have it set like :Code: Select all
define('HEADING_TITLE', 'my title goes here');Code: Select all
define('HEADING_TITLE', 'my title' . " ' " .'goes here');Thanks
Pimptastic | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]