Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/02/2011, 04:16
yooom
(Desactivado)
 
Fecha de Ingreso: enero-2011
Mensajes: 293
Antigüedad: 13 años, 3 meses
Puntos: 4
Pregunta problema mensaje con ajax ayuda

url del video http://www.youtube.com/watch?v=zp8sOwIMxnw

error :


Fatal error: Class 'Ajax' not found in C:\wamp\www\prueba.php on line 4

Código PHP:

<? 
include("ajax.inc.php");

$ajax = new Ajax('displayArea');

?>

<html>
<head>

</head>
<body>


<form>

<input type="buttom" name="ajax_button" value="Click"  onclick="sendReq('serverfile.php', 'click', 'true') " />


</form>
<br>

<div id="displayArea">

!No resultados.
</div>

</body>

</html>