Syntax formatting question this one
I have read that if you write \"" PHP ignores the first " is this correct as I have been having a few problems with my syntax
Good string tutorial @ http://www.zend.com/zend/tut/using-strings.php
You got it - use \ to escape characters which would otherwise delimit or alter the syntax.
Norman
yes you are correct about this.
in case you still have problems, you probably should post some code example that causes trouble.
Thanks
Great string tutorial. Will check out more from that site.
Code is working OK now but it took me a while to work out where. Lot quicker now thanks to your help
PHPBuilder a Great help as always.
Elskan