Hi all,
I'm working through the CMS tutorial and running into an error in part 3. When I try to add a new article, i get the error
Code:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\MyCMS\includes\DbConnector.php on line 34
Sorry, there was an error saving to the database
Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\MyCMS\includes\DbConnector.php on line 58
I'm using $_POST since I'm on PHP5, and I've changed the database settings to reflect my db host, name and password. Otherwise my code is exactly as in the tutorial
Any ideas?
thanks