Well, I have yet to get around to learning java/php so I was wondering if anyone here could lead me in the right direction.
Basically heres the general premesis of what I'm trying to accomplish.
I designed a website for a friend's halo clan that competes in matches with other clans and stuff. I was thinking it would be cool to add some sort of "recent matches" display on the site, however I dont really want to have to update it myself manually all the time.
So I came up with another idea but am not really sure how to code/impliment it.
Perhaps what I am thinking of isnt possible, but it didnt seem too hard in theory.
Create a form that the other members can goto on the page. The form would be a basic html form and contain boxes for like a date, a game type, the opposing clan, score, win/lose. There sorta thing.
I would like to make it so that this imformation was processed by perhaps a php file, and stored in a file/database.
Then on the main page, a box would read the submitted information and show it in a corresponding table.
In short, a form to submit information into an information box on the web page.
If this doesnt really make any sense let me know. If its really simple and someone wouldnt mind coding it I'd really appreciate it, otherwise perhaps some instructions on what I'd actualy need to do would be helpful (like what functions or something).
Not that it particularily matters, but heres a link to the site:
http://s90390266.onlinehome.us/newclan/
I have access to a mysql database too if that helps any.
Thx,
Vhockey86