Categories
Tags → Php Function

PHPXref

PHPXref is a Perl script to make working with the source code of a large PHP site somewhat easier. It allows you to: Cross references classes, interfaces, functions, variables, constants and database tables defined and used across your various PHP fi...
DETAILS

Serving Graphical Web Page Counters from a PHP Script

This tutorial is intended for PHP programmers interested in learning how to apply PHP''s GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from t...
DETAILS

Welcome to PHP

This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operato...
DETAILS

pic-o-week

pic-o-week is collection of php scripts that allows you to add &"picture of the week&" function to your Web site. It includes a simple admin interface that lets you upload pictures to your server, and display thumbnail of the pictur...
DETAILS

CamelCityBuyer

This program provides on-line shopping cart system which is both easy for the seller to maintain and easy for customers to use. camelcityBuyer uses PHP and MiniSQL to implement an on-line shopping system. Information about the items to be purchased i...
DETAILS

Wu-Name Generator

This PHP script generates a random name based of an adjective and a noun. The PHP script uses two plain text files, one that holds all of the adjectives and the other all of the nouns. The script reads these files into two arrays. The PHP function fi...
DETAILS

PHP Knowledge Base

PHP Knowledge Base provides a collection of more than 500 questions and answers regarding PHP programming. Its database is divided into Common Problems, Database Backed Sites, Function Libraries, General Information, Installation and Setup, Language ...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
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

What the Heck is PHP?

This introductory guide on PHP explains the definition, basic structure and date function of PHP language.
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:
©2003-2019 jCay.com