About A Soccer Portal
Moderator: General Moderators
- mudkicker
- Forum Contributor
- Posts: 479
- Joined: Wed Jul 09, 2003 6:11 pm
- Location: Istanbul, TR
- Contact:
About A Soccer Portal
Hi again,
i have to do a soccer portal but i need to ask one question.
anybody have ideas about creating an interactive league table? (with a backoffice)
i have to do a soccer portal but i need to ask one question.
anybody have ideas about creating an interactive league table? (with a backoffice)
That's a bit like someone saying "I need to fly this Airplane from London to New York... just one question though... how do I fly an Airplane?".
I guess it all depends on how 'interactive' your league table needs to be, if you're going to use a database (highly recommended), and how much PHP you know. Not sure if this is a theory question though.. sounds more like a how-to question.
Can't really help you with the structure of the whole thing though because I can't stand Football.. dull game.
I guess it all depends on how 'interactive' your league table needs to be, if you're going to use a database (highly recommended), and how much PHP you know. Not sure if this is a theory question though.. sounds more like a how-to question.
Can't really help you with the structure of the whole thing though because I can't stand Football.. dull game.
Hey Arif,
You mean somethng like:
http://uk.sports.yahoo.com/football/fap ... nding.html
It'd be better if you can tell us what 'interactive' you mean. Heh, a Flash movie?
-Nay
You mean somethng like:
http://uk.sports.yahoo.com/football/fap ... nding.html
It'd be better if you can tell us what 'interactive' you mean. Heh, a Flash movie?
-Nay
There's not really such thing as 'automatic' now since the results would have to be feeded manually, if not from an RSS or from some other form of a data source. Then you can run a cron job or so to run that script weekly.
I'm not 100% sure about this since I've rarely worked with an external datasource. But then it could also be a security issue since anything outside of your server might well be considered harmful.
Unless you plan to update the tables manually, the word automatic is going to be hard to put to reality.
-Nay
I'm not 100% sure about this since I've rarely worked with an external datasource. But then it could also be a security issue since anything outside of your server might well be considered harmful.
Unless you plan to update the tables manually, the word automatic is going to be hard to put to reality.
-Nay