error while inserting excel recoreds in mysql

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

error while inserting excel recoreds in mysql

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 server on my site it fails. the path shown on local server is d:\abc.csv but on server path would be shown as d:\\abc.csv. An extra \ is added. Could somebody helps me.
Also no record inserted.
Thx in advance.
Post Reply