Simple advertisement manager project is developed using PHP, CSS, HTML, and JavaScript. Talking about the project, it has all the essential features required for the management advertisements of a website. This project contains only the admin’s side where he/she can add and view the advertisements. The Admin plays the main role in the management of the system.
About Simple Advertisement Manager In PHP
The system is simple and quite easy to use. The basic fundamental of this system is to manage the daily advertisement of websites. You don’t need to log in to use the system. The admin can add and delete the advertising from the website. He can create different types of an ad for a company to any organization.
How To Run Simple Advertisement Manager In PHP ?
To run this project you must have installed virtual server i.e XAMPP on your pc (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on databases tab
- Create database naming “wysiwyg” and then click on import tab
- Click on browse file and select “wysiwyg.sql”.
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/project”