Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/05/2007, 18:24
joseluisbz
 
Fecha de Ingreso: febrero-2007
Ubicación: Barranquilla, Colombia
Mensajes: 181
Antigüedad: 18 años
Puntos: 3
Re: PHP me tumba a Apache (httpd), mostrando error

Código PHP:
<?php
$ThisFileName 
"Ingresar.php";
$OtherFileName "Principal.php";

$GInsert $_POST['GInsert'];
$GUpdate $_POST['GUpdate'];
$GDelete $_POST['GDelete'];
$GSelect $_POST['GSelect'];

$tfIdnt $_POST['tfIdnt'];
$tfKey $_POST['tfKey'];
?>