Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/12/2006, 11:19
Avatar de david_M_G
david_M_G
 
Fecha de Ingreso: febrero-2005
Mensajes: 938
Antigüedad: 20 años
Puntos: 20
Re: Variables en archivo externo.

Pagina.php

Código PHP:
<?php
$id 
$_GET['id'];
?>

Index
Código PHP:
<?php
include ("pagina.php");
?>
<html><head><title></title></head>
<body>
</body>
</html>
Suerte

P.D: Te sirvió la ayuda de tu otro post?