PHP Classes

File: teszt.php

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

Contents

Class file image Download
<?php

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

echo
$szoveg;

?>