Page 1 of 1

Script help to handle a text file containes names..

Posted: Thu Mar 04, 2010 3:55 am
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..