programming:php

Differences

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

Link to this comparison view

Next revision
Previous revision
programming:php [2018/10/26 17:27] – created mhprogramming:php [2021/06/17 22:18] (current) – [Renaming a Form submit button] mh
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);
 +</code>
 +
 +==== Renaming a Form submit button ====
 +
 +<code php>
 +<input name="form" type="submit" value="Name"/>
 </code> </code>
  • programming/php.1540567677.txt.gz
  • Last modified: 2020/06/01 16:36
  • (external edit)