Excel file data insert error :: cannot open file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amandeep.sandhu
Forum Newbie
Posts: 2
Joined: Sun Jul 18, 2010 9:17 am

Excel file data insert error :: cannot open file

Post by amandeep.sandhu »

I am facing a warning error like "cannot open file..." while inserting excel data into mysql but this is working on my local wamp server. data insertion works good. but on linux server on my site it fails. the path shown on local server is d:\abc.csv but on linux is d:\\abc.csv. An extra \ is added. Could somebody helps me. Thx in advance.
Post Reply