WeberDev.com PHP and MySQL Code

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 Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
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
Mobile Dev World
 01  02  03 
52 code examples found for Variables.
356  A class to put get and post variables in hidden form elements. Works on scalars, normal arrays, associative arrays.

David Sklar 1999-01-16 30687
40  How to pass an array to a function, or how to define a function wich recieves an array.

Boaz Yahav 1998-04-26 26827
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.

Stig Bakken 1999-01-17 23924
1739  How to display a PHP variable value from a selectbox without reloading the page by merging PHP and Javascript variables.

Andy Krause 2000-11-24 20398
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.

Yared g 2000-10-12 20006
3861  Display variables when a form is submitted using POST/GET

Narendra Jain 2004-05-03 17096
3823  A simple function to prevent undefined $_POST/$_GET/$_SESSION variable errors

Brian Tafoya 2004-04-16 15049
3662  getting the name of the current script and query string

Justin French 2003-05-23 13935
4694  PHP Dump in html format the contents of one array variable with a recursive list of the nested array variables inside.

aitor solozabal merino 2007-08-28 13605
51  How to implement a session tracking system.

rasmus rasmus 1998-04-26 12667
345  How to use Variable Variables (dinamic variable names) with Java Script

Boaz Yahav 1999-01-03 12315
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

Ovidiu EFTIMIE 2001-02-15 12003
3636  Working with files - return an array of files within a directory

Justin French 2003-05-04 11875
1476  Pageinfo: Array containing page URI, page query string (parameters), request method (GET or POST) and the complete URI

Thomas Knudstrup 2000-01-12 11743
3844  translate.php - Assocciative array example, passing a reference to a function.

Ade Morgan 2004-04-22 11621
1608  How to control the number of decimal places when outputting numbers.

Zak Greant 2000-06-16 10797
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.

Nick Talbott 1998-08-13 10788
254  clearing variables in php3

Rasmus Lerdorf 1998-10-10 9993
1695  Accessing GET and PUT variables with HTTP_GET_VARS on Win2K.

Todd Cary 2000-10-02 9516
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.

Auke Slooten 1999-01-17 9441

 01  02  03