Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/10/2006, 23:48
Avatar de admado
admado
 
Fecha de Ingreso: junio-2006
Ubicación: Morelos, México
Mensajes: 115
Antigüedad: 17 años, 9 meses
Puntos: 0
Ayuda Php Flash

a tu php le faltan unos ;
Código PHP:
<?php
//creamos la variable
$titulo "OCTUBRE";
$subtitulo="a ver";
$subsub="ke sale";
$info="info aqui";
//le damos salida
print("&titulo=" .$titulo);
print(
"&subtitulo=".$subtitulo);
print(
"&subsub=".$subsub);
print(
"&info=".$info);
?>
espero entender lo que kieres hacer, prueba esto, a mi si me funciona
Código HTML:
var c = new LoadVars();
c.onLoad = function() {
  returnvals.text = "returned from php1: \n\n";
  for (i in this) {
    returnvals.text += i+ " = "+ this[i] + "\n";
  }
};
 c.load("URL");// Aqui va tu dirección htp://blabla/prueba.php