What do you like about it
Php Programmer Web Applications Developer Interview Questions
4,367 php programmer web applications developer interview questions shared by candidates
A lot of c and c++ question about theory, from hard and soft copies in function input and also general problems like how to know the size of a circle register
My overall experience in my previous companies
How do you scope vars in PHP?
Have you worked with MVC?
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>
What is faster $i++; or ++$i;
What you want to be in future?
logic part from php and designing , queries..
Abstraction and interface, traits, polymorphism, inheritance, access modifier. mysql indexing, query for 3rd max. Difference in unique, primary, foreign keys
Viewing 1571 - 1580 interview questions