Jimmy Brake wrote:

>is used in MS Excel when people hit return inside a cell. If they copy
>and paste that into a form its ok, but when I export that data to a csv
>it gets ugly.
>
I'd do validation on the user input on the form and remove it there. The 
^k is used to show a control code, they begin at ^a (control-A, ASCII 1) 
so ^k is ASCII 11.

HTH
Chris

>


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

Reply via email to