Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enginooby-practice/php
https://github.com/enginooby-practice/php
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/enginooby-practice/php
- Owner: enginooby-practice
- Created: 2020-08-03T09:16:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T06:24:04.000Z (over 4 years ago)
- Last Synced: 2024-01-10T11:54:02.115Z (10 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- ```php.ini``` configuration to display error on the sites
- Concatenate string: ```$string1.$string2```
- Nested variable
- Array
- ```print_r($array)```
- ```unset($array[])```: remove element
- Database
- Use ``` ` ``` for column name in the query
- Tip: always put limit with update query to avoid update all records by accidents
- Tip: use ```mysqli_real_escape($link, $var)``` when insert variable into query to prevent SQL injection String.
- Session
- Start session for every page to maintain the session