Hi - can anyone help me please?
I want to upload a CSV file and use the contents to generate Products, Attributes and Products with Attributes Stock.
I have some issues with this which I've split into two threads. This one is to do with importing the CSV file.
I have created a table for use with importing the data for temporary use. After reading the data into this table, I work through it and create the data in the appropriate tables.
While the import works from phpMyAdmin and my processing is coming together -
1) I can't get my code to check for the CSV file in an inbox folder with "file_exists" - it doesn't see any files
2) LOAD DATA INFILE does not work from my code, though it does from phpMyAdmin
Do you have any advice on how I should do this please?



