PHP Classes

File: showdata.php

Recommend this page to a friend!
  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: 14 years ago
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>