Building an automatially searching database
Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.
Building an automatially searching database
#1
Posted 15 April 2007 - 08:02 PM
-Zac A.
#2
Posted 15 April 2007 - 11:18 PM
#3
#4
Posted 16 April 2007 - 03:45 AM
For example when a new member signs up to the forum you normally have to enter that data anyway.
apart from interests, which are normally optional, but you could make it a required part.
#5
Posted 16 April 2007 - 06:44 AM
I was thinking that i would have them type them in, but if that makes it that much harder to make work, then perhaps radio buttons and a list. I have found a good program for creating forms, and submiting the info to a mysql database. I was wondering if anyone knew of a similar thing to manipulate the stored info.
Thanks again-
Zac A.
#6
Posted 16 April 2007 - 08:27 AM
hooloovoo33, on Apr 16 2007, 12:44 PM, said:
I was thinking that i would have them type them in, but if that makes it that much harder to make work, then perhaps radio buttons and a list. I have found a good program for creating forms, and submiting the info to a mysql database. I was wondering if anyone knew of a similar thing to manipulate the stored info.
Thanks again-
Zac A.
i Think before we go any further we need to ask of your programing experience. Not that we wont help you if your a beginner, quite the opposite, but we need to know where you are up to in your knowledge to help you progress and develop this solution.
#7
Posted 16 April 2007 - 02:36 PM
#8
Posted 16 April 2007 - 08:00 PM
Thanks,
-Zac A.
#9
Posted 17 April 2007 - 02:51 AM
hooloovoo33, on Apr 17 2007, 02:00 AM, said:
Not a problem zak, ill outline some of the areas you need to look up on =)
Firstly, were going to be submitting information to a server side script, either PHP or ASP(.net)
Create a topic in the web development forum and ask about how to post details to a php script.
Next we would look at how to use this php script to insert these records in a database, so another topic there one you know how to use your preferedserver side language to do this.
In this script, we would do a select query - to match up against similar interests (say they are in a comma separated string, they can be turned into 'tags' perhaps in some serialized array, but more on this in another post) then display the results.
Its not a *complex* thing to make, you just need to know the basics first, as im sure this project may be quite daunting for you.
I suggest making a thread in the web development forum and asking some of these series of questions there. Do one at at a time, so when you know the answer to the first, you can apply that knowledge to the second.
#10
Posted 17 April 2007 - 03:10 AM
#11
Posted 17 April 2007 - 07:56 PM
thanks guys, I think i figured out how to submit the info to a data base, via a form generator thing. I guess i need to go learn some SQL.
Thanks again for the help
-Zac A.


Help
This topic is locked
MultiQuote











