Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/08/2008, 09:20
Avatar de Raulmmmm
Raulmmmm
 
Fecha de Ingreso: marzo-2007
Ubicación: En otro lugar que tú
Mensajes: 1.549
Antigüedad: 17 años, 1 mes
Puntos: 36
Respuesta: Como pasar variables con iframe?

Puedes hacer esto, el include no te funcionaba porque tenías un apóstrofo, pero así debería funcionar hasta el paso de variables:
Código PHP:
<?php
$estilo
'estilo1';
include(
"contador/contador_i2.php")
?>
Y borra esta línea:
Código PHP:
$estilo $_GET['estilo']; 
O si la necesitas:
Código PHP:
if(empty($estilo)){
$estilo $_GET['estilo'];