PHP Interview Questions
Questions Answers Views Company eMail

What do you mean by having php as whitespace insensitive?

501

Does php has a future?

487

How does php serialize work?

514

What does namespace mean in php?

548

What is php artisan tinker?

505

How many types of php frameworks are there?

486

What are helpers in php?

463

What is repository in php?

521

What is singleton pattern in php?

477

What is php artisan serve?

515

Is python better than php?

499

What are the design patterns in php?

508

How escape single quotes php?

478

What is rest api in php?

509

Does facebook use php framework?

550


Post New PHP Questions

Un-Answered Questions { PHP }

What is the function of mysql_real_escape_string in php?

473


What is the difference between explode and split?

485


how to open & closing opening period in fico

1215


How to remove the new line character from the end of a text line in php?

523


Is empty in php?

539






Tell me what sized websites have you worked on in the past?

495


Code to upload a file in PHP?

551


What is use of echo in php?

474


Why many companies are switching their current business language to php? Where php basically used?

499


Tell us how to create an array of a group of items inside an html form?

559


Why would we use === instead of ==?

8346


How to open a file for writing?

558


What is a query in a database?

528


How can you compare objects in php?

496


How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?

621