single ' will work fine. :) not double "

On Fri, 20 Aug 2004 11:49:10 +0200, aRZed <[EMAIL PROTECTED]> wrote:
> 
> > <?php
> > print("
> > if (document.rpcjs_louie.ColCustName.value == \"\") { walangfield +=
> > \"Missing: Firstname\n\"; }
> > ");
> > ?>
> 
> try simply escaping the "\" before the "n" with an additional "\" or in
> other words: use "\\n" instead of "\n". PHP will interpret "\\" as an "\".
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
Louie Miranda
http://www.axishift.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to