i can not figure this one out.
i want to have a form where the user can select a csv file on their local hard drive and have the data displayed in a textbox after they hit the submit button. how can i do this?
PLEASE help! thanks guys
Hi peppino,
Use the file() function to read the file into an array. Then use join() to glue the elements together.
Paul.
file_get_contents() is faster
if your version of php doesnt have that function, look at fopen()