Stuck on where to go from here.
Posted: Mon May 29, 2006 4:11 pm
I do not want the code written for me. I am simply new at really writing code homemade. In as much as modifying pre-existing scraps is really where my prior knowledge rests.
My purpose and goal is to take information from a form, send it to my page and write it on the page without using a mysql db, because, I don't have one available to me unfortunately.. I figure flatfiles will be sufficient. My exact purpose for this system is to allow users to add words they've made up to my dictionary. Another goal would be for me to take these words and file them alphabetically on their corresponding page.
My questions are.. do you know of any functions that sort alphabetically.
Would it be wise to place each letter and words that go with it in an array, or how do you think I would find my quickes tand easiest fix?
Any help that can be provided, I am infinitely grateful for!
My purpose and goal is to take information from a form, send it to my page and write it on the page without using a mysql db, because, I don't have one available to me unfortunately.. I figure flatfiles will be sufficient. My exact purpose for this system is to allow users to add words they've made up to my dictionary. Another goal would be for me to take these words and file them alphabetically on their corresponding page.
My questions are.. do you know of any functions that sort alphabetically.
Would it be wise to place each letter and words that go with it in an array, or how do you think I would find my quickes tand easiest fix?
Any help that can be provided, I am infinitely grateful for!