Click to See Complete Forum and Search --> : Updating stats on server via JavaScript?
Haunted
04-18-2004, 08:28 PM
I'm trying to make a website for a online baseball league and I'm having problems with the stats page. I'm trying to make it so the players can enter their stats in and hit "Update Stats" then the stats get updated. I could only get this far Site (http://home.comcast.net/~bwest32/dgdgdsgdsg) and I assume you can't save the changes using javscript but I just wanted to check before I go out and buy a book on php.
elwell
04-18-2004, 08:46 PM
you cant use javascript because its client-side.
You need to use a server-side language, PHP would be good for this.
Haunted
04-18-2004, 09:20 PM
Would I be able to run the site using php for free or will I need to pay?
steelersfan88
04-18-2004, 09:25 PM
you'll have to find out if your server supports it, and if not, find a server that does :) (most, not all, free servers do not support server side langauges)