This is a discussion on SQL error in dreamweaver within the MySQL Database forums, part of the Database Forums category; HI, can you help me with this? I build a log in page using dreamweaver and after inserting username and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
HI,
can you help me with this? I build a log in page using dreamweaver and after inserting username and password I get this error Warning: mysql_select_db(): supplied resource is not a valid MySQL- Link resource in /home/www/subtitrari.coltultau.com/Login.php on line 55 Warning: mysql_query(): supplied resource is not a valid MySQL-Link resource in /home/www/subtitrari.coltultau.com/Login.php on line 60 Don't know why. I followed the steps in documentation and I didn't do any coding my self. |
|
|||
|
Hyperion_dani wrote:
> HI, > can you help me with this? > I build a log in page using dreamweaver and after inserting username > and password I get this error > Warning: mysql_select_db(): supplied resource is not a valid MySQL- > Link resource in /home/www/subtitrari.coltultau.com/Login.php on line > 55 The connection to the mysql server failed, and therefore you can't select a database. Fix your script and make a proper error checking. -- //Aho |