PHP Classes

File: public_html/sample-ajax.php

Recommend this page to a friend!
  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: 13 years ago
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(10, 1000) ?></td>
    <td>Bs5000</td>
    <td>**</td>
  </tr>
  <tr>
    <td><?php echo time() + rand(10, 1000) ?></td>
    <td>$10000</td>
    <td>***</td>
  </tr>
</table>

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