advanced code snippet search
ashmenon on 09/09/12
09/09/12 09:44pm
Beginner PHP Chapter 5 - Arrays
<?php $array = array('dolphin','llama');print_r($array); ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.