<?php$name = array("Neha", "Sumi", "Abhay");for (;count($name) < 5;) { if (count($name) == 3) print $name; }?>
Array to string conversion error.
Previous Question Next Question
Your comments will be displayed only after manual approval.