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 HTTPd Software Version Detection
PHP Website Load Time
PHP Simple way to get extension
PHP Extracting iframe and image sources from HTML string | PHP function
PHP Execute system commands
PHP Web-based Composer Command Runner
PHP BB Code Smiles
PHP All types picture resizer
PHP "PHP Function to Get Current Page URL"
PHP Extracting words starting with ":" using PHP regex