New to Web Development
Out of context: Reply #27
- Started
- Last post
- 27 Responses
- BattleAxe0
Learn some fundamentals about databases , start with mySQL
in the database you can store any data ( user names, profiles, online store products)
learn how to grab and send data with SQL statements
then with PHP you can process the data into your pages and back and forth
Google : mySQL / PHP email form tutorial
this will show you how to create a form (HTML) make it look nice (CSS) send and process (PHP) the form input to a Database(mySQL) and store it (SQL)
IMHO the bulk of development is done with the data crunching , what will the user input, what will the user retrieve , what will the user save? Most likely all this data resides in a Database and knowing how to access the data is key in development . know what a database table is , a field, a record things like that
- GREAT ADVICE BATTLE! I am so impressed with how helpful everyone in this forum has been. I think this is going to be a great way to break things down for my fresh eyes.buttfacemonster
- ...cut off after four lines? I think so too :)sherm