What is the difference server side and browser side validation?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?

3 Answers   Persistent,


How can you propagate a session id?

0 Answers  


What are the differences between mysqli_connect and mysqli_pconnect?

0 Answers  


What are different types of Print Functions available in PHP?

0 Answers  


How to create a web form?

0 Answers  


What is the delimiter default in PHP?

0 Answers  


What is strlen php?

0 Answers  


What is the difference between for and foreach loop in php?

0 Answers  


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


Do you know what does mvc stand for and what does each component do?

0 Answers  


How the values are ordered in an array?

0 Answers  


What is basic php?

0 Answers  


Categories