Jump to content

plzz help me ASAP WEB BABSED PROJECT MANAGEMENT!!


roqker

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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"

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.