Categories
Tags → Php Variable Variable

serverStats

Ever wanted to see who enters your site and how? With this program you can do just that. ServerStats is a RealTime PHP (Apache) Log Analyzer that parses your servers log file to list variable components. It lists IPs, Domains, Referrers, OSs, Browser...
DETAILS

Develop rock-solid code in PHP: Use variables effectively

The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by construct...
DETAILS

PHP Form Validation Class

Form_Validator Class is a PHP object that can be used to validate the presence of HTML form data. By &"validating&", the function simply checks if a variable is NOT NULL. The class is intended to be called AFTER the end-user has sub...
DETAILS

phemplate

phemplate is fast and easy PHP template engine. It includes such features as blocks, file includes, and loops with section for empty lists, fast variable substitution, and more.
DETAILS

iniread

iniread is a PHP script that reads in values from a PHP ''ini'' file and displays them in a form. In PHP it is common to include a file in every page to set common values. There is no special format to this file, just a variable name, its v...
DETAILS

EasyCounter

EasyCounter is an easy to include and modify PHP text counter for your page. It has an option to prevent adding to the counter by sending a variable when calling the page.
DETAILS

phpdoc (Enzyme)

phpdoc is a program that aims to do for PHP developers what Javadoc does for java developers. It is a script that parses PHP class definitions, extracting function and variable names, as well as comments, and dumping this data into a database. The sc...
DETAILS

FastTemplate

FastTemplate is an PHP extension for mamanging templates and performing variable interpolation. It parses with a single regular expression allowing for a fast execution. The API is robust and flexible, and allows you to build very complex HTML docume...
DETAILS

Getting and Using Meta Tags for Search Criteria

PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the a...
DETAILS

Embedded Hit Counter

The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page''s hits in itself, you can eliminate the need for anothe...
DETAILS

Page:
©2019 A--9.com