programming:php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
programming:php [2020/06/01 16:35] – external edit 127.0.0.1programming:php [2021/06/17 22:18] (current) – [Renaming a Form submit button] mh
Line 17: Line 17:
 $array = array(); $array = array();
 print_r($array); print_r($array);
 +</code>
 +
 +==== Renaming a Form submit button ====
 +
 +<code php>
 +<input name="form" type="submit" value="Name"/>
 </code> </code>
  • programming/php.1591022143.txt.gz
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1