Login   Register  
PHP Classes
elePHPant
Icontem

File: public_html/sample-ajax.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Omar Yepez  >  jQuery4PHP  >  public_html/sample-ajax.php  >  Download  
File: public_html/sample-ajax.php
Role: Example script
Content type: text/plain
Description: Demo page
Class: jQuery4PHP
Generate JavaScript to use the jQuery library
Author: By
Last change:
Date: 2010-09-06 21:51
Size: 459 bytes
 

Contents

Class file image Download
<table>
  <tr>
    <th>Account</th>
    <th>Balance</th>
    <th>Status</th>
  </tr>
  <tr>
    <td><?php echo time() ?></td>
    <td>$100</td>
    <td> * </td>
  </tr>
  <tr>
    <td><?php echo time() + rand(101000?></td>
    <td>Bs5000</td>
    <td>**</td>
  </tr>
  <tr>
    <td><?php echo time() + rand(101000?></td>
    <td>$10000</td>
    <td>***</td>
  </tr>
</table>

Message: <span><?php echo $_REQUEST['msg'?></span>