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