mArK wrote:
H!
I have this segment of script...
... $resp = fgets( $sock, 512 ); echo $resp; ...
the output must be: [EMAIL PROTECTED]
but here came php and take the 3 "#" and convert they in only one "#", and the output currently is:
[EMAIL PROTECTED]
How I say to php: "STOP", leave my "#" in peace? -- ____ mArk
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php