PHP Classes

File: examples/blog/js/jquery-validate/demo/form.phps

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/blog/js/jquery-validate/demo/form.phps   Download  
File: examples/blog/js/jquery-validate/demo/form.phps
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 248 bytes
 

Contents

Class file image Download
<?php // wait a second to simulate a some latency usleep(500000); $user = $_REQUEST['user']; $pw = $_REQUEST['password']; if($user && $pw && $pw == "foobar") echo "Hi $user, welcome back."; else echo "Your password is wrong (must be foobar)."; ?>