Login   Register  
PHP Classes
elePHPant
Icontem

File: example-aa-ur/page.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2007-11-18 13:26
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();
?>