i want to hire a php developer for a large project ($5000) but i need to test his knowledge with following questions before i select him, please let me know in detail (good english is a must), one by one what happens in following 2 codes… description is the very important, not just the output.
// question one
<?php
$i=1;
while($i++
// question two
<?php
$data="one,1\ntwo,2\nthree,3\nfour,4\nfive,5\nsix,6\nseven,7\ne...
