I am thinking about learning PHP and creating a program that I need. I think it's a pretty simple program and but I just want to see how much people would charge for creating it. I'm looking for very low offers, otherwise I can learn PHP myself (and also learn a new skill). Post you prices.
-----------------------------------------------------------------------
Here's the program I want (it's pretty simple, it may look long because I have explained everything!):
1. First I have text file or data base full of 11 digit random numbers like : 48928444123, 82938412345,12682839427, etc
2. I need to assign letters to each number. Imagine each number corresponds to a set of letters forexample:
1 = A, B
2 = C, D
3 = E, F
3. Now I need to create a program such that when people search for a word, the word is converted into numbers and then a search for these digits is carried out within the numbers in the text file.
(Forexample a person searches for the word : "ACE", going by the corresponding numbers in step two this becomes "123". Then the program looks through the numbers in the text file to find 11 digit numbers which contain "123" and gives out the results: e.g. 48928323123, 82938412345)
4. I then need the program to replace "123" in those numbers with the searched word(i.e. "ACE"). e.g. 48928323ACE, 829384ACE45 and displays them.
-----
5. Next thing is I want an automatic system which enters words from an online dictionary and searches for the words within the 11 digit numbers in the text file and then displays the numbers which contain words.
I also want it to find combinations, forexample if it searches for "PIG" and also another word, "DUCK" and then there's a number 85686547654, such that it contains 8568654DUCK, 8PIG6547654, and then also gives out the combination such that we get 8PIG654DUCK. Note that if we had 8568654DUCK and 85686PIG654, they could not be combined.
So basically what I want is to find all the words and word combinations contained withing the 11 digit numbers.
-----
6. Next thing is that say you fill in a form, say you enter you Full Name and Date of Birth (Day/Month/Year). Now say someone enters the following details:
Full Name: Tod Kirk
Date Of birth: 23/08/1982
Now I want it the program to search for John, Kirk, 23, 08, 1982, within the 11 digit numbers in the text file and then, say if there is a number 23738471982 such that it gives results: Tod38471982, 237Kirk1982, 23738471982. It then also combines them to form another result: TodKirk1982, and displays them and also stores them.
-----
7. All I will be doing is adding new numbers to the text file from time to time, easily without effecting any of the above but I want the new added numbers to be included in the searches.
-----------------------------------------------------------------------
That's it! Post your prices...
-----------------------------------------------------------------------
Here's the program I want (it's pretty simple, it may look long because I have explained everything!):
1. First I have text file or data base full of 11 digit random numbers like : 48928444123, 82938412345,12682839427, etc
2. I need to assign letters to each number. Imagine each number corresponds to a set of letters forexample:
1 = A, B
2 = C, D
3 = E, F
3. Now I need to create a program such that when people search for a word, the word is converted into numbers and then a search for these digits is carried out within the numbers in the text file.
(Forexample a person searches for the word : "ACE", going by the corresponding numbers in step two this becomes "123". Then the program looks through the numbers in the text file to find 11 digit numbers which contain "123" and gives out the results: e.g. 48928323123, 82938412345)
4. I then need the program to replace "123" in those numbers with the searched word(i.e. "ACE"). e.g. 48928323ACE, 829384ACE45 and displays them.
-----
5. Next thing is I want an automatic system which enters words from an online dictionary and searches for the words within the 11 digit numbers in the text file and then displays the numbers which contain words.
I also want it to find combinations, forexample if it searches for "PIG" and also another word, "DUCK" and then there's a number 85686547654, such that it contains 8568654DUCK, 8PIG6547654, and then also gives out the combination such that we get 8PIG654DUCK. Note that if we had 8568654DUCK and 85686PIG654, they could not be combined.
So basically what I want is to find all the words and word combinations contained withing the 11 digit numbers.
-----
6. Next thing is that say you fill in a form, say you enter you Full Name and Date of Birth (Day/Month/Year). Now say someone enters the following details:
Full Name: Tod Kirk
Date Of birth: 23/08/1982
Now I want it the program to search for John, Kirk, 23, 08, 1982, within the 11 digit numbers in the text file and then, say if there is a number 23738471982 such that it gives results: Tod38471982, 237Kirk1982, 23738471982. It then also combines them to form another result: TodKirk1982, and displays them and also stores them.
-----
7. All I will be doing is adding new numbers to the text file from time to time, easily without effecting any of the above but I want the new added numbers to be included in the searches.
-----------------------------------------------------------------------
That's it! Post your prices...



Comment