PHP Classes

File: fwphp/glomodul/z_examples/AJAX_form_valid/test_pure_JS.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/AJAX_form_valid/test_pure_JS.php   Download  
File: fwphp/glomodul/z_examples/AJAX_form_valid/test_pure_JS.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/test_pure_JS.php
Date: 1 year ago
Size: 224 bytes
 

Contents

Class file image Download
<?php
 
if(isset($_POST)) {
    echo
'First post variable in request ='.$_POST['username'];
    echo
"<br>";
    echo
'Second post variable in request ='.$_POST['password'];
  }
                
//echo "YES is working";

?>