johanpoirier / bet4l1

Private bets for soccer L1 competition.
1 stars 0 forks source link

Thanks & Where is the SQL information #34

Closed vcappuccio closed 11 years ago

vcappuccio commented 11 years ago

Hi i am using your code to learn PHP, but i can not find the SQL information for the database you use, please could you provide this file?

Thanks

johanpoirier commented 11 years ago

Hi,

What information do you need ? the credentials are in the following file : https://github.com/johanpoirier/bet4l1/blob/master/lib/protect/params.inc

You need to fill these informations according to your MySQL installation.

Hope this helps.

vcappuccio commented 11 years ago

Thank you, do you happen to have the MYSQL Table structure?

Regards Victor.

johanpoirier commented 11 years ago

Sure : https://github.com/johanpoirier/bet4l1/blob/master/db.sql

Regards, Johan