Connecting Tech Pros Worldwide Help | Site Map

Why it didnt work?

  #1  
Old July 17th, 2005, 06:44 AM
Honza K.
Guest
 
Posts: n/a
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



  #2  
Old July 17th, 2005, 06:44 AM
Alan Little
Guest
 
Posts: n/a

re: Why it didnt work?


Carved in mystic runes upon the very living rock, the last words of
Honza K. of comp.lang.php make plain:
[color=blue]
> Why this works:
> $pod = "<//body><//html>";
>
> and this gives me a Parse Error:
> $pod = "</body></html>";[/color]

They both work fine for me; the problem has to be elsewhere.

--
Alan Little
Phorm PHP Form Processor
http://www.phorm.com/
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
About .Net FrameWord Component AutoUpdater didnt work?? Lucrefy answers 1 November 19th, 2005 09:45 PM
About .Net FrameWork Component AutoUpdater didnt work Lucrefy answers 0 November 18th, 2005 12:14 PM
Foriegn Key Required - Yes - no wonder it didnt work David Allison answers 0 November 12th, 2005 04:17 PM