This is a discussion on Why it didnt work? within the PHP Language forums, part of the PHP Programming Forums category; Why this works: $pod = "<//body><//html>"; and this gives me a Parse Error: $pod = &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Why this works:
$pod = "<//body><//html>"; and this gives me a Parse Error: $pod = "</body></html>"; ?? I used the variable $pod for including the string into *.htm file by using FPutS() function. I thought that I must doubled only backslash (\ -> \\) and not the normal one. Thanx, yesterday I was looking for the mistake very long. :-(( Jack |
|
|||
|
Carved in mystic runes upon the very living rock, the last words of
Honza K. of comp.lang.php make plain: > Why this works: > $pod = "<//body><//html>"; > > and this gives me a Parse Error: > $pod = "</body></html>"; They both work fine for me; the problem has to be elsewhere. -- Alan Little Phorm PHP Form Processor http://www.phorm.com/ |