CODE
LIBARY.COM
Home
/
PHP
PHP Miltidimension array example
Miltidimension array example
<? $cds = array( '1'=> array ( "0" => "Town" ) ); echo $cds[1][0]; ?>
$cds = array( '1'=> array ( "0" => "Town" ) ); echo $cds[1][0]; ?>
Copy to Clipboard
Related Snippets
PHP PHP Regular Expression Example - Matching HTML Tags
PHP Chain of Command Design Pattern
PHP GD Font Image Text
PHP Another way to get extension
PHP Simple File Upload
PHP Random quotes using arrays
PHP PHP String Compact Function
PHP Remove new lines
PHP GD Shapes
PHP GD Font Test