Php Programmer Web Applications Developer Interview Questions

4,367 php programmer web applications developer interview questions shared by candidates

if(isset($_POST['sub'])) { $rows=$_POST['row']; for($i=$rows;$i>=1;--$i) { for($j=1;$j<=$i;++$j) { echo $j; } echo "<br />"; } } ?> <table> <form method="post" name="frm" action=""> <tr> <td>Enter Number of rows:</td> <td><input type="text" name="row" /></td> </tr> <tr><td></td> <td><input type="submit" name="sub" /></td> </tr> </form> </table>
avatar

PHP Developer

Interviewed at ConnectiveRx

2.8
Apr 2, 2020

if(isset($_POST['sub'])) { $rows=$_POST['row']; for($i=$rows;$i>=1;--$i) { for($j=1;$j<=$i;++$j) { echo $j; } echo "<br />"; } } ?> <table> <form method="post" name="frm" action=""> <tr> <td>Enter Number of rows:</td> <td><input type="text" name="row" /></td> </tr> <tr><td></td> <td><input type="submit" name="sub" /></td> </tr> </form> </table>

Viewing 1571 - 1580 interview questions

Glassdoor has 4,367 interview questions and reports from Php programmer web applications developer interviews. Prepare for your interview. Get hired. Love your job.