I have a database of 18,000 Baby Names in Comma Delimited format. Here is an example of my database:
[Name],[Category],[Gender],[Meaning],[Origin]
"Ginger","Floral","F","Pure","Latin"
"Hazel","Floral","F","Hazelnut","Old English"
"Heath","Floral","M","A heath or a moor","Old English"
"Heather","Floral","F","Flower","Old English"
"Holly","Floral","F","To prick","Old English"
I want to build a mobile website on a 32mb flash drive keychain that shows the baby names and be searchable by category, gender, origin, etc. It needs to work on both a PC or a Mac just like the internet. Additionally, I would like to have a 'My Favorites' where the user can save a list of favorite names to the flash drive.
I thought this would be easy since i've built many websites, but i've been trying to figure out a way to do this forever!
It has to be on a small flashdrive so installing a mobile server seems rediculous. I noticed that this script:
http://www.dynamicdrive.com/dynamici...tentslider.htm
will call info from a .txt doc. Can this be utilized in my application?
Please help. Any information or ideas are so highly appreciated!
David



Reply With Quote

, manually. After that you would need a php script to do mysql functions and display all of your names in a sortable searchable table. Since there are a lot of names and a whole server you might need a bigger flash drive. Also, i think 
Bookmarks