LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
01
02
03
#
Title
Author
Date
Views
356
A class to put get and post variables in hidden form elements. Works on scalars, normal arrays, associative arrays.
Algorithms
,
Variables
,
Arrays
,
PHP
,
PHP Classes
David Sklar
1999-01-16
26785
387
A database abstraction layer for the PHP Oracle 8 module (available from PHP 3.0.5). It supports persistent connections, fetching rows into arrays, prepare/execute (variable binding) and has a new and improved error interface.
Databases
,
Oracle
,
PHP
,
Arrays
,
Variables
Stig Bakken
1999-01-17
18340
1705
Check int / integer - checking if a variable is an integer or not. The php is_int() function does not check if the string value is integer or not.
PHP
,
Variables
Yared g
2000-10-12
11959
40
How to pass an array to a function, or how to define a function wich recieves an array.
Variables
,
PHP
,
Arrays
Boaz Yahav
1998-04-26
11646
3823
A simple function to prevent undefined $_POST/$_GET/$_SESSION variable errors
PHP
,
Variables
,
Errors and Logging
Brian Tafoya
2004-04-16
9617
1739
How to display a PHP variable value from a selectbox without reloading the page by merging PHP and Javascript variables.
PHP
,
Java Script
,
Variables
Andy Krause
2000-11-24
9580
51
How to implement a session tracking system.
PHP
,
Sessions
,
Variables
rasmus rasmus
1998-04-26
8870
1827
Check parameters validity. Paranoia was designed to check the validity of the parameters that a php page will receive after a form submission. It can be used to check the variables sent by POST or GET
Algorithms
,
HTML and PHP
,
PHP
,
Variables
Ovidiu EFTIMIE
2001-02-15
8803
3662
getting the name of the current script and query string
PHP
,
Global Variables
,
Variables
,
URLs
Justin French
2003-05-23
8596
1476
Pageinfo: Array containing page URI, page query string (parameters), request method (GET or POST) and the complete URI
Variables
,
PHP Options and Info
,
Arrays
,
URLs
,
PHP
Thomas Knudstrup
2000-01-12
8214
254
clearing variables in php3
Variables
,
Arrays
,
PHP
Rasmus Lerdorf
1998-10-10
8198
190
Script to check values being submitted by POST or GET method from a form. This script may help diagnose what variables are being supplied by a browser to other php scripts.
HTML
,
Variables
,
Debugging
,
PHP
,
HTTP
Nick Talbott
1998-08-13
7959
3861
Display variables when a form is submitted using POST/GET
PHP
,
Functions
,
Variables
,
Debugging
Narendra Jain
2004-05-03
7938
345
How to use Variable Variables (dinamic variable names) with Java Script
Java Script
,
Variables
Boaz Yahav
1999-01-03
7596
1695
Accessing GET and PUT variables with HTTP_GET_VARS on Win2K.
PHP
,
Windows 2000
,
Variables
Todd Cary
2000-10-02
7164
411
Functions to read a template file and fill in PHP variables. It will also fill in array variables, displaying parts of the template multiple times.
PHP
,
Variables
,
Filesystem
Auke Slooten
1999-01-17
6943
1608
How to control the number of decimal places when outputting numbers.
PHP
,
Strings
,
Variables
Zak Greant
2000-06-16
6720
1383
How to make sure a that $foo is from a cookie and not from the URI.
PHP
,
Variables
,
Global Variables
,
Cookies
Boaz Yahav
1999-10-05
6337
3328
Make old style (PHP3) scripts using GET, POST, COOKIE and File uploads (POST) compatible with PHP 4.2.0
PHP
,
HTML and PHP
,
Global Variables
,
Cookies
,
Variables
Ulrich Kapp
2002-05-23
6232
239
Simple script to passing persistent and growing array between recalls of one page (manipulate little stack).
Arrays
,
Global Variables
,
PHP
,
HTML and PHP
,
Variables
Antonio Cavallo
1998-09-19
6190
01
02
03