Clayton,
Have a look at http://www.php.net/manual/en/function.addslashes.php
I've not used them, there are also references to stripslashes, you may need
to experiment a bit.
Miles
At 07:56 PM 2/25/01 -0500, Clayton Dukes wrote:
>How can I get php to print a long string and ignore any of the characters
>in the string?
>
>ie:
>$string = "so<me'strin^g";
>print $string;
>
>isn't there some kind of command to use that keeps the string exactly as
>it is?
>
>
>
>Clayton Dukes
>CCNA, CCDA, CCDP, CCNP
>Internetwork Solutions Engineer
>Internetwork Management Engineer
>Thrupoint, Inc.
>Tampa, FL
>(c) 904.477.7825
>(h) 904.292.1881
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]