![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/07/2016, 11:25
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 291
Antigüedad: 15 años, 10 meses Puntos: 1 | |
Respuesta: Problema viejo <?php
require("../xajax/xajax_core/xajax.inc.php");
require_once("../conexionn/class.conexionDB.inc.php"); //incluimos la librelia xajax
$xajax= new xajax();
$xajax->configure('javascript URI','../xajax/');
/* Aca estan mis funciones xajax*/
$xajax->processRequest();
echo"<?xml version='1.0' encoding='UTF-8'?>";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> |