|
|||
|
I would like to make an online storage space, where I enter items in a form and they are stored in my database. I want to be able to view previous entries and edit them as needed, as well as add more items. I have some PHP experience, just need a tutorial to refresh myself. Any tutorials on how to make something like this. Links would be appreciated, as I searched earlier but was at a loss for keywords. Thanks.
I mean an online form not an online storage space, sorry, its late and I'm exhausted. Powered by Yahoo Answers |
|
|||
|
What you are asking is not just a simple question, but the whole coding for an e-commerce, so you won't get the answer here...
You can try downloading some php scripts for e-commerce, but they are usually very heavy to use and adapt. First, make a script with a form that gathers the details of the item to put in stock, ending with a "submit". Submit the form to a php file that will receive the form, decripts it and shows the data received. This will be your first task Once you have that, your next task will be to design a piece of code that sets-up the DB table correctly. Next, a script to take the values from the form and "insert" them into the table. Next,a script (or function), to verify that entries have been correctly stored. Next, a script to view the data. Next, a script to edit the data... You have all these functions in a small login script you can download. Go to www.web2coders.com, scroll down, click on "login script" to download the zip file: all functions required above for your exercise are there. Understand it, then adapt it to your needs. Good luck! Powered by Yahoo Answers |
![]() |
| Thread Tools | |
| Display Modes | |
|
|