HTML /TEXTAREA/ PHP/ CSV



Hi All,

I created a form with a textarea. The form is processed by a php script
(nothing special about it, open file, write, close file).
The csv file obtain is nice .. exception made of a couple of line that seems
to be broken in the middle making the csv file impossible to be processed.
I do not know whare to start to have clean nice lines each time.
The intermitence of the problem is making it difficult for me (newbie in php
and web dev) to narrow down.
I was wondering if anybody had any idea, troubleshooting tips .. etc to help
me out.

Thank you !


.



Relevant Pages

  • Re: automatic PHP execution?
    ... I have an application which transfers a csv file to the server ... If the application runs on UNIX, the best way to do this would be probably be to have the thing start an SSH session and execute the PHP script directly; however you have to have SSH access to the host on which PHP is running to do so. ...
    (comp.lang.php)
  • Re: [PHP] Text from Excel csv file loaded into MySQL table
    ... PHP script? ... the format in the CSV file, you can do this simply and easily using ... MySQL. ... 1Mb in size -- Change the 1000000 if you have monster fields. ...
    (php.general)
  • Re: HTML /TEXTAREA/ PHP/ CSV
    ... The form is processed by a php script ... > to be broken in the middle making the csv file impossible to be processed. ... you defined your TEXTAREA with a non-standard wrapping ...
    (alt.php)
  • Re: automatic PHP execution?
    ... I have an application which transfers a csv file to the server ... then on the server I have a PHP script which put the content of the CSV into ... you can look into setting a cron job to do what you are after? ...
    (comp.lang.php)
  • Re: CSV to mySQL?
    ... >> I'm trying to find a way to import data from a CSV file into mySQL. ... > It wouldn't be hard to write a PHP script to parse the CSV file and insert ... It would if you're a noob like me:o(hence the software intervention ...
    (alt.php)