% include("../includes/DB_Conectar.php"); //include("../includes/inc_auth.php"); include("../includes/funciones.php"); //aca proceso las posibilidades if($id!="" && $accion=="Actualizar") { //actualizo $squpdate = "update z_contacto set webmaster='$webmaster' and formu='$formu'"; $qrupdate = $conn->execute($squpdate); $msje=$I_dataupdated; } %>
|
<%=$I_user%> |
|
||||||
| <%=$msje%> | |||||||
<%
$sql = "select * from z_contacto";
$rs = $conn->execute($sql);
//los campos
%>
|
|||||||
|
|