
20/07/2009, 10:28
|
 | | | Fecha de Ingreso: agosto-2008 Ubicación: R.D
Mensajes: 1.153
Antigüedad: 16 años, 7 meses Puntos: 139 | |
Respuesta: Creacion de un script simple
Código PHP:
Ver original<?php include("conectar.php"); if( (isset($_POST['db'])) && (!empty($_POST['db'])) ){ } ?> <form action="<?=$_SERVER['PHP_SELF']?>" method="post"> Db_name: <input type="text" name="db"> <input type="submit" value="Crear db"> </form>
|