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
$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
Comment