浏览代码

README changed

master
RinRi 4 年前
父节点
当前提交
a2e87c4ff5
共有 1 个文件被更改,包括 6 次插入7 次删除
  1. +6
    -7
      README.md

+ 6
- 7
README.md 查看文件

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

正在加载...
取消
保存