Quellcode durchsuchen

README changed

master
RinRi vor 4 Jahren
Ursprung
Commit
a2e87c4ff5
1 geänderte Dateien mit 6 neuen und 7 gelöschten Zeilen
  1. +6
    -7
      README.md

+ 6
- 7
README.md Datei anzeigen

@@ -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/)

Laden…
Abbrechen
Speichern