kozlov
Joined: 26 Sep 2006 Posts: 41 Location: Poland, Gdansk
|
Posted: Tue Dec 04, 2007 2:57 pm Post subject: |
|
|
Your errors for me say that you haven't selected your database. Select the database. Before these instructions and after:
| Code: |
| mysql_connect(server,user,pass); |
...enter:
| Code: |
| mysql_select_db(name of your database); |
Make sure that all the connection data (login, pass, base, address) that you have is proper. _________________ polska dokumentacja serwera Icecast2 / polish documentation of Icecast2 |
|