Well, im trying to work on my admin control panel on my website, and basicly i want it all it be ran on php and mysql, and i want to make a editing box that edits what the mian page says through mysql, instead of what i have now is a text box to edit a certain filke that i have setup that i required on the mian page. So does anyone have a good explination opn how to make a text box editor to edit a certain setting in a database?
Need help With editing a mysql setting
you want to make an admin panel but don't know how to make a form?
I'd suggest starting with html forms, them moving up to mysql statements and combine those things with a bit of PHP.
You should take a better look at w3schools.com especially:
http://www.w3schools.com/php/php_forms.asp
http://www.w3schools.com/php/php_mysql_insert.asp
http://www.w3schools.com/php/php_mysql_select.asp
http://www.w3schools.com/php/php_mysql_update.asp
I'd suggest starting with html forms, them moving up to mysql statements and combine those things with a bit of PHP.
| Quote: |
| Well im only 14 and im really smart at coding in lots of simple languages. I nstartede out with html, javascript and worked my way up to php and mysql. I learned these simple coding lanuages from these website, you all probly already heard of them but they helped me out alot.
Javascript: http://javascriptkit.com/ The others: http://www.w3schools.com/ |
You should take a better look at w3schools.com especially:
http://www.w3schools.com/php/php_forms.asp
http://www.w3schools.com/php/php_mysql_insert.asp
http://www.w3schools.com/php/php_mysql_select.asp
http://www.w3schools.com/php/php_mysql_update.asp
Related topics
