<?
include("head.php");
include("datacon.php");
?>
<?
$querydelete = "delete from solicitudcredito_deudor where cedula = '$cedula'";
$resultdelete = MYSQL_QUERY($querydelete);
?>
<h4 align="center">La Solicitud de Crédito ha sido borrada !</h4>
<?
include("foot.php");
?>