Código PHP:
Ver original<?php
/*
index.php
informacion
getcwd() http://es.php.net/manual/es/function.getcwd.php
realpath() http://es.php.net/manual/es/function.realpath.php
*/
{
}
else
{
if(! is_dir($path.'/gestion_clientes')) {
exit('gestion clientes no es un directorio'); }
$raiz = $path.'/gestion_clientes';
}
require_once $raiz.'/clases/general.php';
?>
<form method="POST" action="<?php echo $raiz.'/pagina/inicia_sesion.php'; ?>">
<label>Nombre<input type="text" name="nombre"/></label>
<label>Contraseña<input type="text" name="password"/></label>
<input type="submit" />
</form>