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/") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Liens utiles == | ==Liens utiles == | ||
| − | * PHP & Json : https://jonsuh.com/blog/convert-loop-through-json-php-javascript-arrays-objects/ | + | * 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://www.w3schools.com/php/php_json.asp | ||
| + | ** https://jonsuh.com/blog/convert-loop-through-json-php-javascript-arrays-objects/ | ||
Latest revision as of 13:32, 11 June 2020
Liens utiles[edit]
- 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 :