informatica:linux:php:ejemplos
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatica:linux:php:ejemplos [2009/07/09 15:11] – creado 90.168.201.68 | informatica:linux:php:ejemplos [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| echo $_POST[' | echo $_POST[' | ||
| ?> | ?> | ||
| + | |||
| + | ===== Con vectores array ===== | ||
| + | < | ||
| + | <FORM ACTION=" | ||
| + | Variable:< | ||
| + | Variable:< | ||
| + | <INPUT TYPE=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <? | ||
| + | $array = $_POST[' | ||
| + | echo $array[0]; | ||
| + | echo $array[1]; | ||
| + | ?> | ||
| + | |||
| + | |||
informatica/linux/php/ejemplos.1247152267.txt.gz · Last modified: (external edit)
