Does anyone have any ideas about how JavaScript code containing " and ' can be included in php code? I have tried to escape " and ' but didn't work. Thanks
Regards Arman Galstyan http://eNotalone.com
Use \" or \'
But this is painfull.
I prefer to use templates from phplib so i can put my javascripts in a single file so i don t have to put\ everywhere.