Difference between revisions of "Php"
Jump to navigation
Jump to search
(Created page with "==Liens utiles == * PHP & Json : https://jonsuh.com/blog/convert-loop-through-json-php-javascript-arrays-objects/") |
|||
| Line 1: | Line 1: | ||
==Liens utiles == | ==Liens utiles == | ||
| + | * Query Params : https://www.w3schools.com/php/php_superglobals_get.asp | ||
| + | * Switch / If / Else / ElseIf : https://www.php.net/manual/fr/control-structures.switch.php | ||
* PHP & Json : https://jonsuh.com/blog/convert-loop-through-json-php-javascript-arrays-objects/ | * PHP & Json : https://jonsuh.com/blog/convert-loop-through-json-php-javascript-arrays-objects/ | ||
Revision as of 13:59, 10 June 2020
Liens utiles
- Query Params : https://www.w3schools.com/php/php_superglobals_get.asp
- Switch / If / Else / ElseIf : https://www.php.net/manual/fr/control-structures.switch.php
- PHP & Json : https://jonsuh.com/blog/convert-loop-through-json-php-javascript-arrays-objects/