[thelist] Plain Text Newsletter in PHP with Problems

Mark Kennedy mark at eurogamer.net
Thu Mar 18 12:27:36 CST 2004


PHP is possibly automatically decoding the %0D%0A for you, forming a linebreak
(which probably breaks the 'Location' header).  Try using urlencode( $subject )
before constructing your url.

Mark


On Thu, 18 Mar 2004, Rob Smith wrote:

><snip author="Raditha Dissanayake">
>%0D%0A is CRLF but there isn't any reason why that should break your script.
>Please share with us what error messages you are getting.
></snip>
>
>I wish I could, but if there's a hard carriage return in the textarea, the
>pages resorts to a 404. 
>
>Utterly confused,
>
>rob
>-- 
>* * Please support the community that supports you.  * *
>http://evolt.org/help_support_evolt/
>
>For unsubscribe and other options, including the Tip Harvester 
>and archives of thelist go to: http://lists.evolt.org 
>Workers of the Web, evolt ! 
>

 



More information about the thelist mailing list