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
Join us on FaceBook
Submit Your Code
Poker Tournaments
Poker Guide for Developers
SEO Monitor
UpTime Monitor
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 Resources
Web Development Content
Internet Security
Software
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
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists
01
02
03
52
code examples found for
Variables
.
#
Title
Author
Date
Views
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
39578
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
33952
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
31540
3861
Display variables when a form is submitted using POST/GET
PHP
,
Functions
,
Variables
,
Debugging
Narendra Jain
2004-05-03
28590
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
27746
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
26117
4694
PHP Dump in html format the contents of one array variable with a recursive list of the nested array variables inside.
PHP
,
Arrays
,
Variables
aitor solozabal merino
2007-08-28
20481
3823
A simple function to prevent undefined $_POST/$_GET/$_SESSION variable errors
PHP
,
Variables
,
Errors and Logging
Brian Tafoya
2004-04-16
19908
3636
Working with files - return an array of files within a directory
PHP
,
Strings
,
Variables
,
Filesystem
Justin French
2003-05-04
19026
3844
translate.php - Assocciative array example, passing a reference to a function.
PHP
,
Arrays
,
Languages
,
Variables
Ade Morgan
2004-04-22
18445
3662
getting the name of the current script and query string
PHP
,
Global Variables
,
Variables
,
URLs
Justin French
2003-05-23
17944
51
How to implement a session tracking system.
PHP
,
Sessions
,
Variables
rasmus rasmus
1998-04-26
17551
345
How to use Variable Variables (dinamic variable names) with Java Script
Java Script
,
Variables
Boaz Yahav
1999-01-03
15617
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
14754
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
14376
1608
How to control the number of decimal places when outputting numbers.
PHP
,
Strings
,
Variables
Zak Greant
2000-06-16
14136
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
13260
4695
Dump the contents of a PHP variable in html format with a recursive list of subfolders and files from a given root directory.
PHP
,
Directories
,
Variables
,
Arrays
aitor solozabal merino
2007-08-28
12150
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
11814
1695
Accessing GET and PUT variables with HTTP_GET_VARS on Win2K.
PHP
,
Windows 2000
,
Variables
Todd Cary
2000-10-02
11614
01
02
03