Tema: Novato PHP
Ver Mensaje Individual
  #11 (permalink)  
Antiguo 30/07/2003, 04:09
Avatar de tux
tux
Usuario no validado
 
Fecha de Ingreso: marzo-2003
Ubicación: Internet
Mensajes: 52
Antigüedad: 21 años
Puntos: 0
codigo

<?php
if (!isset($_GET['date']))
{
$date=date("Y-m-d");
}
?>