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
04
05
06
07
#
Title
Author
Date
Views
4653
Human readable PHP password generator
PHP
,
Security
,
Beginner Guides
,
Arrays
Christian Haensel
2007-06-14
51514
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
26765
1456
Display list of files within current and subdirectories (recursively) showing each file as an anchored link and each directory as a category header.
Filesystem
,
Directories
,
Arrays
,
PHP
Ron Poulton
1999-12-31
24058
1628
How to load a query result into a PHP Array
PHP
,
Databases
,
Arrays
,
MySQL
Lord 666
2000-07-10
21856
3775
Dynamic Loading of XML array data into ComboBox and Display XML data using PHP + DOM + Javascript.
PHP
,
Java Script
,
DOM XML
,
XML
,
Arrays
Src Bie
2003-12-23
19523
1817
Parsing html tags with php. Get an array from this function
PHP
,
HTML and PHP
,
Arrays
,
Tag Extractors
Carlos Jordao
2001-02-14
19125
1377
Array search function
Arrays
,
PHP
David Bettis
1999-09-24
18474
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
18322
3411
Arrays and Associative Arrays
PHP
,
Arrays
Pradeep Mamgain
2002-07-16
15951
1641
A recursive function to traverse a multi-dimensional array where the dimensions are not known
Arrays
,
PHP
,
Algorithms
Lez Lytollis
2000-07-21
15402
1346
An example of sorting an array in PHP
Arrays
,
PHP
Boaz Yahav
1999-08-21
14578
3311
How to pass an array from one PHP Script to another via an HTML form
PHP
,
HTML and PHP
,
Arrays
Boaz Yahav
2002-04-24
14524
1761
How to display any array in several rows and columns of a table. Not just in one column or in alternate rows. This example shows a nice color table generated with PHP, but can be used with any array values(e.g. Database)
Arrays
,
PHP
,
Miscellaneous
,
Beginner Guides
,
Graphics
Andy Krause
2000-12-14
13679
361
A simple bubblesort that takes 2 arrays as argument.The first one is the actual data used for sorting, the second is data that will "tag along" with the first array, for instance a descriptive text about the data in the first array.
Algorithms
,
Arrays
,
PHP
,
Complete Programs
Petter Nilsen
1999-01-17
12732
180
navbar.php3 - Dynamic hyperlinked navigation bars
HTML and PHP
,
Arrays
,
PHP
,
Complete Programs
Dougal Campbell
1998-07-25
12707
3994
dynamic table columns
PHP
,
HTML and PHP
,
Arrays
,
Databases
,
MySQL
Joseph Crawford
2004-08-28
12175
1488
complete sql to html table class.features filtering, forming variable declaration,editing,hidden params.inspired from class html_table in example table.php but bad thing it is PHP4 beta 2!! and sybase only
Databases
,
HTML and PHP
,
Arrays
,
Browsers
,
Sybase
ilkay issevenler
2000-01-26
11889
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
11588
3979
Beginners Array Functions
PHP
,
Beginner Guides
,
Arrays
Ron FREDERICK
2004-08-20
11104
1849
Tweak Array, insert/add elements to any position of your arrays - delete elements from your arrays - move elements within your arrays - replace elements from your arrays ... the array, 'dynamically' grows or shrinks to whatever we tweak it.
PHP Classes
,
Arrays
,
PHP
Holger Bahr
2001-02-16
10997
01
02
03
04
05
06
07