![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/02/2007, 14:50
|
![Avatar de tricampeon27](http://static.forosdelweb.com/customavatars/avatar165050_1.gif) | | | Fecha de Ingreso: enero-2007 Ubicación: Macul
Mensajes: 300
Antigüedad: 18 años Puntos: 0 | |
valores get y post Me pueden ayudar por fa:
<body onload="document.form1.textuser.focus()" bgcolor="#006699" text="#000000">
<from>
Codigo html
Codigo html
..
...
….
…
….submit
Codigo html
</from>
<?php
if($_POST)
{
$Variable = 5;
}
php>
<?php
if($_GET)
{
Echo “mostrar variable de arriba $Variable”
}
php>
</body>
puedo resctar un valor desde un php a otro como en el ejemplo |