Login   Register  
PHP Classes
elePHPant
Icontem

File: teszt.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Roland Burda  >  PQuery  >  teszt.php  >  Download  
File: teszt.php
Role: Example script
Content type: text/plain
Description: Example script - process request 2
Class: PQuery
Generate Javascript to send jQuery AJAX requests
Author: By
Last change:
Date: 2010-01-28 02:18
Size: 86 bytes
 

Contents

Class file image Download
<?php

$szoveg 
= isset($_REQUEST['q']) ? $_REQUEST['q'] : "";

echo 
$szoveg;

?>