Login   Register  
PHP Classes
elePHPant
Icontem

File: showdata.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gianluca Zanferrari  >  zquery  >  showdata.php  >  Download  
File: showdata.php
Role: Auxiliary script
Content type: text/plain
Description: processing
Class: zquery
Process interaction requests using jQuery
Author: By
Last change:
Date: 2010-01-05 04:12
Size: 199 bytes
 

Contents

Class file image Download
<div style="padding:5px; background-color:#FFC; border:1px solid #F90;">
Subscribed as:<br />
<?php
echo('Name: '.$_GET['name'])."\r\n<br />";
echo(
'E-mail: '.$_GET['e-mail'])."\r\n";
?>
</div>