https://github.com/iqbalhasandev/simple-mobile-shop
simple mobile shop using basic php
https://github.com/iqbalhasandev/simple-mobile-shop
mysql open-source php php-crud
Last synced: about 1 month ago
JSON representation
simple mobile shop using basic php
- Host: GitHub
- URL: https://github.com/iqbalhasandev/simple-mobile-shop
- Owner: iqbalhasandev
- Created: 2021-10-31T03:33:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T04:03:28.000Z (over 4 years ago)
- Last Synced: 2025-09-28T19:18:46.299Z (9 months ago)
- Topics: mysql, open-source, php, php-crud
- Language: PHP
- Homepage:
- Size: 780 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-mobile-shop
simple mobile shop using basic php
# Project Overview
- Go to your Xammp/wamp-server root folder
- Then create a folder named "mobileshop"
- Paste all the source files of the project there
- then run apace & mysql server
- open browser then go to this url http://localhost/phpmyadmin
- login php myadmin using user name root and password null
- then create a new blank database named "mobileshop"
- go to this database and import project sql file
- hurra all done
- Now go to http://localhost/mobileshop this url to view your project
- default user
```
email: user@domin.com
pass: 123
```
- For visitor login visit http://localhost/MobileShop/Login.html
- For visitor register visit http://localhost/MobileShop/Register.html
- For admin Login visit http://localhost/MobileShop/LoginAsAdmin.html
- default admin
```
email: admin@domin.com
pass: 123
```