%@ $Language=JScript /* PARA COLORES PHP */ %><%
include("../includes/DB_Conectar.php");
/*toma la seguridad de la página imagenes_borrar.php*/
$admABMLink_manual="imagenes_borrar.php";
include("../includes/inc_auth.php");
include("../includes/funciones.php");
if($Action=="Upload"){
$sql = "update ADVF set catID='$catID'
where advID='$advID'";
//echo "$sql
";
$conn->Execute ($sql);
%>
<%die();
}
%>
|
<%=$I_changecategory%> |
|
||||
|
<%
$sql="select catID from ADVF where advID='$advID'";
$rs=$conn->execute($sql);
$catID=$rs->field("catID");
%>
|
|||||
|
|