Script help to handle a text file containes names..

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
jeevs
Forum Newbie
Posts: 1
Joined: Thu Mar 04, 2010 2:42 am

Script help to handle a text file containes names..

Post by jeevs »

I am sorry if this topic is not related to the context.. but I need help.. I am working on a project that includes a user filling form.. In that form, there is a section to fill up the location details...
1. country
2.state
3.District
4.corporation/municipality/panchayat

..So the actual problem is , there is more than 1000 panchayat in kerala and I have the list in an excel file. Now I am just typing all of them by hand, but I need a script that can import all these panchayat into this form

<option value="name of panchayat">panchayat</option>

..I will explain.. I need a script that can do manual operation .. taking each name of panchayat and put as into this form, one by one..

I need a script in any languages as PHP,Python,java or even shell script..

Any idea?? any help?? please its urgent..
Post Reply