Please forgive me in advance if these are extremely amateur questions...
I need to know what language knownledge/catagory to research to do this.
1. I need to make a logon (SN/PW) system
a. I need to make the form that you need to fill out (name, d.o.b., email, yada yada...). What is the standard for making the one's like I see everywhere?
b. Once logged in, I need people to be able to fill out a form, with parameters that were determined by me. After submitting this form, It needs to create a web page with the inputted information for all to see.
c. Information needs to be able to be added to a previously filled out forum. So if person A fills out the form and under the question "fruit" he puts "apple", and person B adds to the form by writting "orange", you need to be able to see both, and the newest entry should come first chronologically.
2. I need to make a searchable system. Visitors would be able to come and search "apple" or "orange", and see the page that was created.
I have a feeling this is all under one language/category which i am about to research after i submit this. Im not looking for handouts, just guidance.
Thanks again
frank
What language/principles do I need to do this?
Started by recordlovelife, Jan 04 2007 08:49 PM
2 replies to this topic
#1
Posted 04 January 2007 - 08:49 PM
#2
Posted 04 January 2007 - 09:25 PM
You are probably thinking this is a little harder than it is 
You will need PHP (or other server side language) and MySQL (or other database) and that's pretty much it. Obviously you will need client side languages such as html to output but i guess you already know that.
These sections will help you out a lot
http://www.pixel2lif...als/php_coding/
http://www.pixel2lif...utorials/mysql/
Matt
You will need PHP (or other server side language) and MySQL (or other database) and that's pretty much it. Obviously you will need client side languages such as html to output but i guess you already know that.
These sections will help you out a lot
http://www.pixel2lif...als/php_coding/
http://www.pixel2lif...utorials/mysql/
Matt
#3
Posted 04 January 2007 - 09:54 PM
thanks so much, and so my quest begins.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
