Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| programming:php [2018/10/26 17:27] – created mh | programming:php [2025/06/02 21:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PHP ====== | ====== PHP ====== | ||
| + | |||
| + | ==== Display an array ==== | ||
| Display an array with a for loop : | Display an array with a for loop : | ||
| Line 15: | Line 17: | ||
| $array = array(); | $array = array(); | ||
| print_r($array); | print_r($array); | ||
| + | </ | ||
| + | |||
| + | ==== Renaming a Form submit button ==== | ||
| + | |||
| + | <code php> | ||
| + | <input name=" | ||
| </ | </ | ||