Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enginooby-practice/php


https://github.com/enginooby-practice/php

Last synced: about 6 hours ago
JSON representation

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