PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of omid zarifi   police   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: test index
Class: police
Detect and record eventual SQL injection attacks
Author: By
Last change:
Date: 12 years ago
Size: 217 bytes
 

Contents

Class file image Download
<?php
session_start
();
require_once(
'class.police.php');
$police=new polic;
$police->validate_befor();

$_SESSION['user']=$users;

if (isset(
$_GET['postid']))
{
$police->look_num_data($_GET['postid'])
}
?>