![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/08/2006, 01:41
|
| | Fecha de Ingreso: septiembre-2005
Mensajes: 522
Antigüedad: 19 años, 5 meses Puntos: 0 | |
Javascript a php Como puedo pasar el valor de una variable de JavaScript a PHP ?
ejemplo:
function algo(variable){
<?php
$nuevaVariable=variable;
?>
}
Para hacer algo así... |