PHP Classes

File: post_test.php

Recommend this page to a friend!
  Classes of Kaz?m Ölmez   PHP Secx   post_test.php   Download  
File: post_test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Secx
Search request values for suspicious text keywords
Author: By
Last change:
Date: 8 years ago
Size: 83 bytes
 

Contents

Class file image Download
<?php
require_once('php_secx.php');
$secx = new Php_secx();
$secx->post_secx();
?>