Want a database just like the one in fifa.com

This is a discussion on "Want a database just like the one in fifa.com" within the Databases section. This forum, and the thread "Want a database just like the one in fifa.com are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 25th, 2005, 04:15
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Want a database just like the one in fifa.com

I dont even know if I'm in the right forum
Just wanted to know how would you be able to do something like the database of fifaworldcup.com website has.

For example, go here
http://fifaworldcup.yahoo.com/06/en/....html?team=ang

then go all the way down and under matches database, 'select a opponent' select any team and 'select competition' again select any, and then click 'display results'

so you get something like this
http://fifaworldcup.yahoo.com/06/en/...&tb=BFA&cl=all

How can I do something like this? Do I have to use MSSQL? (dont even know what this is )

Please please help.
[/url]
Reply With Quote

  #2 (permalink)  
Old Sep 29th, 2005, 11:54
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
It wont be easy unless you have some database knowledge. What type of database are you used to working with?
Reply With Quote
  #3 (permalink)  
Old Sep 30th, 2005, 01:33
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
I will be honest with you...none
Reply With Quote
  #4 (permalink)  
Old Sep 30th, 2005, 08:25
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
as smokie said, "What type of database are you used to working with?" also what platform (windows or linux) php or asp etc...

i suppose if you wanted somthing like the fifa site you could start with somthing simple at first, youll be amazed how quicj you pick up the basics.
Reply With Quote
  #5 (permalink)  
Old Sep 30th, 2005, 21:25
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Isn't their like a templet that would do the same exact thing as fifa whas?
So just adding the info?

And yes, it will be windows and I will probably work my MSSQL
Reply With Quote
  #6 (permalink)  
Old Oct 1st, 2005, 11:56
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
well i seriosly doubt it will be a template. you could develop somthing very similar using asp.

as for databases, you could use access or mssql
Reply With Quote
  #7 (permalink)  
Old Nov 22nd, 2005, 02:00
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Want a database just like the one in fifa.com

Well thank you for your help guys.
I have given up on MSSQL. Just too complicated for me.

I came across something else: 2485
http://www.fedefutbol.net/fedenf.aspx?id=ALG

Ok, put your mouse over a country. Notice what the link is. Some sort of Javascript. Click on the country.

So what kind of java can do such a thing? That is not exactly what I want, but it pretty darn close. I'd love to know how to do that.
Reply With Quote
  #8 (permalink)  
Old Nov 22nd, 2005, 12:25
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: Want a database just like the one in fifa.com

its a javascript popup - with the url to the specifc page:

you can easily acomplish this with javascript.
Reply With Quote
  #9 (permalink)  
Old Nov 23rd, 2005, 13:45
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Want a database just like the one in fifa.com

I understand that, but your telling me that he has a page for every singel country?!
If thats true then, their are 200 countries listed, with each country vs. about 100 countries, that would mean 200 x 100 = 20000 pages !?!??!

That doesnt sound right. He surely can't have a page for every single matchup.
Isn't it like some sort of java that automatically pulls data and puts it together or something?

By the way, thank you for your help and time
Reply With Quote
  #10 (permalink)  
Old Nov 23rd, 2005, 15:24
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: Want a database just like the one in fifa.com

Quote:
Originally Posted by normatti
I understand that, but your telling me that he has a page for every singel country?!
nooooo lol!

it will be a popup that uses a server side language, like php or asp. there will be one page and that page will gather the info.
for example:
view_country.php?country=germany
that one page would pul the information for germany and display it that page.

does that make sense? lol
Reply With Quote
  #11 (permalink)  
Old Nov 23rd, 2005, 20:04
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Want a database just like the one in fifa.com

Quote:
Originally Posted by benbramz
nooooo lol!

it will be a popup that uses a server side language, like php or asp. there will be one page and that page will gather the info.
for example:
view_country.php?country=germany
that one page would pul the information for germany and display it that page.

does that make sense? lol
It makes sense, but now how do you do it?
(I'm sorry, I am a beginner)

So whats this server side language? Just html it in a page and thats it?! (Will look up php and asp and see what are these all about)
Reply With Quote
  #12 (permalink)  
Old Dec 12th, 2005, 16:31
New Member
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Want a database just like the one in fifa.com

Anything
Reply With Quote
  #13 (permalink)  
Old Jan 13th, 2006, 22:48
craig's Avatar
Reputable Member
Join Date: Sep 2005
Location: Preston, UK
Age: 21
Posts: 381
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to craig
Re: Want a database just like the one in fifa.com

either pay someone or read thru some books, theres loads out there. Sorry for the snappy comment, just readin this thread made me really annoyed...
Reply With Quote
  #14 (permalink)  
Old Jan 13th, 2006, 23:42
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: Want a database just like the one in fifa.com

sorry, for some reason i didnt get an email notification.

it can be done fairly easily...but again, its somthing u need to look at learning..pay me and ill do you one if your stuck...
Reply With Quote
Reply

Tags
database, fifacom

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fifa 08 Daniel Webforumz Cafe 20 Oct 1st, 2007 23:26
Database? SpickenSpanDesign PHP Forum 18 Dec 12th, 2006 19:07
XML Code for transfering data from one SQL Server Database to another database plolla Other Programming Languages 1 Aug 3rd, 2006 18:37
PHP in database craig PHP Forum 12 Dec 22nd, 2005 20:04
database help... BongMaster Databases 1 Dec 6th, 2005 07:38


All times are GMT. The time now is 09:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43