Quote:
Originally Posted by angele803
If I understand correctly, you will need some server side code to do this (such as php). I don't think you can talk to a database with javascript.
|
Maybe i didn't explain it too well
Right, i've set up a form page in html with simple input and submit fields etc etc.. This form is writing to a database with player names (it's a fantasy football website in UK, lol, soccer), and this is working fine if you type in the player names manually..
Now... i have a list of players which is dynamically generated. That on it's own is working fine.
So basically what i need to do is bring these 2 working systems together so I can click a button in the form to bring up the list, select a player from the list, and it puts that name in the field of the form...??
lol.. i hope i have explained this better?? I'll have to try and get an example for you otherwise...
any help appreciated....
|