Project: Address Book in PHP with source code
About Project
Address Book is developed using PHP, CSS, Bootstrap, and JavaScript. Talking about the project, it contains an admin side where a user can manage all the entries of contact easily. The admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the admin side.
About System
Talking about the features of Address Book, the user can simply login/register in order to use it. He/she can add all the required contact details. For this, he/she has to provide the person’s name, phone number, email, permanent and temporary address details. The user can list all the available contact entries and update or remove it. Besides, from the dashboard, the user can view their last login session.
Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Address Book in PHP helps the user in the managing contact details. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). Address Book in PHP with source code is free to download, Use for educational purposes only! For the project demo, have a look at the image slider below.
Features:
- Login/Register system
- Add contacts
- Update contacts
- View all entries
- View last login session
How To Run??
After Starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “address-book” and then click on the import tab
7th Step: Click on browse file and select “address-book.sql” file which is inside “DATABASE” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/address-book/”
Provide the username and password which is provided inside the “Readme.txt” file.
LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE THE PROJECT FOLDER
Got stuck or need help customizing Address Book as per your need, go to our PHP tutorial or just sign up to ask your questions in the forum or just comment down below and we will do our best to answer your question ASAP.
pleas in the 9th step the the page say object not found
can you help me?
In step 9
After importing the data base and trying to log into the log in page I get an error message. “Invalid Credentials”. Also I can connect using Dreamweaver and get an error message “Name can only contain characters containing A-Z and a letter.
Any ideas!
Bill
i got this msg
change mysql_connect into mysli_connect
Change The Code Compatable with PhP 7.0 and above
i am Having Some Error How To Solve it??
Warning: mysqli_query() expects at least 2 parameters, 1 given in D:\Xampp\htdocs\address-book\dashboard\index.php on line 7
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in D:\Xampp\htdocs\address-book\dashboard\index.php on line 7
Notice: Trying to access array offset on value of type null in D:\Xampp\htdocs\address-book\dashboard\index.php on line 8
Warning: mysqli_error() expects exactly 1 parameter, 0 given in D:\Xampp\htdocs\address-book\register\index.php on line 15
I am unable to use this file – C:\xampp\htdocs\testing\include\db.php on line 2 error.
I have checked everything still no go.
I have issue with the db.php file. There is an error in the line 2 whenever I try to login or register a new user.