PHP Classes

File: fwphp/glomodul/z_examples/AJAX_form_valid/01_responnse_typing/server2.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/AJAX_form_valid/01_responnse_typing/server2.php   Download  
File: fwphp/glomodul/z_examples/AJAX_form_valid/01_responnse_typing/server2.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/AJAX_form_valid/01_responnse_typing/server2.php
Date: 1 year ago
Size: 436 bytes
 

Contents

Class file image Download
<?php

//echo 'test' ;
//print_r($_REQUEST) ;
list($akc, $user_text) = explode('|', $_REQUEST['user_text']);
//$akc ='1ST PARAM' because url, urlqry, callfn, reqtype, getxml :
// onkeyup="reqsend('server2.php','user_text=1st param'+ '|' + document.getElementById('user_text').value + '|','show_charbychar','post','0')"
$response = strtoupper( $user_text ) ;
echo
$response ;
//if (isset($_GET['user_text'])) { $data = $_GET ;


?>