PHP Classes

File: example-aa-ur/page.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Auto Ajax   example-aa-ur/page.php   Download  
File: example-aa-ur/page.php
Role: Example script
Content type: text/plain
Description: Example with Url Rewriter
Class: Auto Ajax
Update page parts with AJAX when links are clicked
Author: By
Last change:
Date: 16 years ago
Size: 319 bytes
 

Contents

Class file image Download
<?php
global $ajax; /* Important, always do this, because this page will be include */
$ajax->destiny("central"); /* the ajax destination of this page */
$ajax->start();//the page start here
?><p>Params</p>
<p><pre><?php print_r($urlVars); ?></pre></p>
<p align="center">Do not match</p>
<?php
$ajax
->end();
?>