Categories
Tags → Query_string Php

Injection Scanner

Injection Scanner is a PHP-based script that parses the query strings in a URL. By comparing the query string to known injection and remote execution exploits, it can effectively secure a webpage from being exploited. When an exploit is detected, t...
DETAILS

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
DETAILS

How to use the query string in PHP

This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like &"www.example.com/pag e.php?mode=1&&style=red&"? Well...
DETAILS

XML Output from a PHP/MySQL Query

I use this when I tie my PHP programs to a Flash frontend. You feed it an SQL query string and it outputs XML that the Flash XML object can read in.
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Solving register_globals OFF trouble

From 4.2.0 version of PHP, as default setting they have turned register_globals variable to ON. This script solves the register_globars without having to change php.ini file. Just include the getget.php and getpost.php at the beginning of your php ...
DETAILS

TreeView

Use this PHP include class to add tree structure menus to your PHP applications. With six tree styles, the functionality in this include allows you to create an impressive looking tree to suit your web site. New Features: * Client-side animat...
DETAILS

phpSQLGen

This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an...
DETAILS
©2003-2019 jCay.com