Browse Source

README changed

master
RinRi 4 years ago
parent
commit
a2e87c4ff5
1 changed files with 6 additions and 7 deletions
  1. +6
    -7
      README.md

+ 6
- 7
README.md View File

@@ -1,7 +1,6 @@
# FutureBuilding Shop
Built with PHP online shop for fictional FutureBuilding company.
You need to use MySQL database in config.php file:
```php
<?php
return mysqli_connect("ip adress", "login", "password", "database name");
```
# PHP online shop
## Built With:
+ [PHP](https://www.php.net/)
+ [HTML](https://www.w3.org/html/)
+ [CSS](https://www.w3.org/Style/CSS/)
+ [JavaScript](https://www.javascript.com/)

Loading…
Cancel
Save