srossouw
21-Mar-2006, 09:57 AM
hi, I had prob with path name for csv Directory but i got it to work now, the path was not right. i used the path specified by running the "testalert=1". it returned:DOCUMENT_ROOT: /home/httpd/vhosts/xxxxthing.com/httpdocs
so i used $CSVDIR = "/home/httpd/vhosts/xxxxthing.com/httpdocs/myCsvDir";
hope this helps somebody :)
But i must say to Russel THANK YOU this was exactly what i wanted my data to do. (save to file) question is will the CSV file handle 1000 entries per month?? and at the same time entries? must i rather investigate a database like mySql solution or will .csv be fine?
thanks again for the great work u do! :D
so i used $CSVDIR = "/home/httpd/vhosts/xxxxthing.com/httpdocs/myCsvDir";
hope this helps somebody :)
But i must say to Russel THANK YOU this was exactly what i wanted my data to do. (save to file) question is will the CSV file handle 1000 entries per month?? and at the same time entries? must i rather investigate a database like mySql solution or will .csv be fine?
thanks again for the great work u do! :D