PHP Classes

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

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/blog/js/jquery-validate/demo/milk/users.phps   Download  
File: examples/blog/js/jquery-validate/demo/milk/users.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: 235 bytes
 

Contents

Class file image Download
<?php $request = trim(strtolower($_REQUEST['value'])); $users = array('asdf', 'Peter', 'Peter2', 'George'); $valid = 'true'; foreach($users as $user) { if( strtolower($user) == $request ) $valid = 'false'; } echo $valid; ?>