PHP Classes

File: Vourto/bin/example1.php

Recommend this page to a friend!
  Classes of Mauro Junior   Vourto   Vourto/bin/example1.php   Download  
File: Vourto/bin/example1.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Vourto
Validate request values of different types
Author: By
Last change:
Date: 6 years ago
Size: 186 bytes
 

Contents

Class file image Download
<?php

require_once "../autoload.php";

//example1.php?id=1

$create = Prop::exec(
   
$_GET,
    array(
"profile" => array(
       
"id" => array()
    ))
);

echo
$create->getStd();

$create->close();