Nothing To Lose

If you don’t have it, how can you lose it!
Subscribe

PHP Array!!

August 03, 2010 By: Dexter Category: Fun, PHP

Q. What does this PHP code represent?

<?php

$array = array(‘hope’,'hope’,'hope’,'hope’,'hope’,'hope’,'hope’,'hope’,'hope’,'hope’);

?>

Ans: Its array (a ray) of hope ;)

Tags: , , ,