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

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Is it possible to declare C type anon arrays in PHP like int months[] = {0, 1, 2, 3}; ?
Categories : Arrays, PHP Update Picture
Christopher Curtis
Date : May 29th 1998
Grade : 5 of 5 (graded 1 times)
Viewed : 3033
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Christopher Curtis
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

in php :

$months = array( 0, 1, 2, 3 );



Variable serialization and unserialization. Loading and saving variable structures to and from file.
Categories : Arrays, Filesystem, Variables, Strings, PHP
Simple way of scaling any image to fit either given width or height.
Categories : PHP, Graphics, Arrays
PHP Random rss feeds - selects 49 random feeds from an unlimited list and displays them on your website. It's Ideal for those moments when you got 5 minutes and dont know which one of your feeds to read.
Categories : PHP, Rich Site Summary (RSS), Arrays
WWW interface to Unix Manual(phpMan)
Categories : Program Execution, Strings, Arrays, PHP
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.
Categories : PHP Classes, Arrays, PHP
A recursive function to traverse a multi-dimensional array where the dimensions are not known
Categories : Arrays, PHP, Algorithms
Print out array key => value in colored HTML
Categories : PHP, Arrays, HTML and PHP
Array values from javascript to php
Categories : PHP, Java Script, Arrays
Get TemplateMonster data
Categories : Arrays, Ecommerce, PHP, Strings
Looping through two arrays
Categories : PHP, Databases, Arrays
Form Submission Using Array's
Categories : PHP, HTML and PHP, Beginner Guides, Arrays
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.
Categories : Algorithms, Arrays, PHP, Complete Programs
PHP Array to Javascript Object
Categories : PHP, Arrays, Java Script
Can the word DO be used in arrays?
Categories : Arrays, PHP, Strings
The meaning of your name
Categories : PHP, Arrays, Misc