roqker Posted October 20, 2010 Share Posted October 20, 2010 i downloaded this code for a web based project management system http://www.devshed.com/c/a/PHP/Project-Management-Overview/3/ i downloaded here im a beginner in php i need some one to run this code i cant understand whether this executes or not i have created all the datatbases required the code is correct but i cannot make it run plzz guys need help some one when i login error comes in login page Deprecated: Function eregi() is deprecated in C:\wamp\www\Project_Management\functions.php on line 3 Warning: mysql_query() [function.mysql-query]: Access denied for user 'SYSTEM'@'localhost' (using password: NO) in C:\wamp\www\Project_Management\login.php on line 33 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\wamp\www\Project_Management\login.php on line 33 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\Project_Management\login.php on line 34 Quote Link to comment https://forums.phpfreaks.com/topic/216370-plzz-help-me-asap-web-babsed-project-management/ Share on other sites More sharing options...
Buddski Posted October 20, 2010 Share Posted October 20, 2010 The depreciated error is because, well, that function is depreciated. which means the code you downloaded was designed to run on a PHP version that is older than your current version.. The MySql errors you are getting are because you havent correctly configured the system to access your database. You need to look into the systems manual (RTFM) and see where to set your database username and password. Quote Link to comment https://forums.phpfreaks.com/topic/216370-plzz-help-me-asap-web-babsed-project-management/#findComment-1124369 Share on other sites More sharing options...
roqker Posted October 20, 2010 Author Share Posted October 20, 2010 systems manual (RTFM)?? i know its lame but whr is it?? but i configure it correctly plzz help me out dude!! [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/216370-plzz-help-me-asap-web-babsed-project-management/#findComment-1124392 Share on other sites More sharing options...
BlueSkyIS Posted October 20, 2010 Share Posted October 20, 2010 deprecated: (adj.) Used typically in reference to a computer language to mean a command or statement in the language that is going to be made invalid or obsolete in future versions. depreciated: in finance, a reference to the fact that assets with finite lives lose value over time Depreciated is often confused or used as a stand-in for "deprecated" Quote Link to comment https://forums.phpfreaks.com/topic/216370-plzz-help-me-asap-web-babsed-project-management/#findComment-1124457 Share on other sites More sharing options...
ignace Posted October 20, 2010 Share Posted October 20, 2010 systems manual (RTFM)?? www.php.net Quote Link to comment https://forums.phpfreaks.com/topic/216370-plzz-help-me-asap-web-babsed-project-management/#findComment-1124528 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.