I am fairly new to PHP and MySQL...
I am using:
I have created a static website and need to implement dynamic elements.
I have accomplished some of these things using a JavaScript show/hide element.
But... I feel everything would work much better if I use PHP and MySQL..
So I have endeavored to learn some PHP and MySQL..
So far I have learned:
- How to retrieve my data from my Excel spread sheet and import it using PHP MyAdmin..
- How to import the data into tables, text boxes, and list/menu on my website..
- How to set up a login/password system for users.
I have several things I need to learn still..
I feel the next step is that I need to learn how to set this up:
- User selects item from a list/menu..
- Value of selection displays in a text box...
For example:
User selects
ball (which is the item)from list/menu...
And ?
$2.50 (which is the value) displays in the text box.
All of the data for item and value is coming from the database.
I have looked all over for a tutorial to learn how to do this and have come up with nothing.
Can someone please point me in the right direction... Where I can learn how to do this... Some tutorial or something.
All help is MUCH appreciated!