Basic questions and information for PHP Developer Interview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bharat383
    New Member
    • Aug 2011
    • 93

    Basic questions and information for PHP Developer Interview

    hello...
    next sunday i will go for interview at one web develop company for the post of PHP Developer. may anyone help me which type of basic as well as most important questions can be asked by interviewer ?????
  • Niheel
    Recognized Expert Moderator Top Contributor
    • Jul 2005
    • 2433

    #2


    The PHP manual pretty much covers everything you need to know to land a good job. It's an easy read, actually one of the better documentations for Open Source languages.

    If you read it, it should help you grasp the most important concepts. Do a refresh on OOP (object oriented programming) to help you too.

    Learn how to access databases with the languages built in database functions.
    niheel @ bytes

    Comment

    • pandu13
      New Member
      • Aug 2013
      • 16

      #3
      learn all core php functions, db connections syntax, return types etc.

      Comment

      • gutts009
        New Member
        • Dec 2013
        • 10

        #4
        1. What is PHP?
        2. Is there online documentation and tutorials that can help me learn PHP?
        3. Can I run PHP locally on my PC?
        4. How do you upload images (or other files) using PHP?
        5. How can I create a CMS (Content Management System) with PHP?
        6. I get an error at line number X when I run my PHP script, but I don't see any problem on that line.
        My script isn't working right, but I can't figure out why.
        7. How can I ask a PHP question in a forum and get it answered?
        8. How can I use PHP to create login-controlled web pages?
        9. How do I send emails with PHP?

        Thanks
        Lead
        [
        Last edited by Niheel; Dec 10 '13, 04:14 PM.

        Comment

        • Ishan Shah
          New Member
          • Jan 2020
          • 47

          #5
          The following are the most commonly asked interview question in PHP

          1) What is PHP?

          2) Which programming language does PHP resemble?

          3) How do you execute a PHP script from the command line?

          4) What is the correct and the most two common ways to start and finish a PHP block of code?

          5) Is multiple inheritance supported in PHP?

          6) What type of operation is needed when passing values through a form or a URL?

          7) What is needed to be able to use the image function?

          8) Where sessions stored in PHP and How to remove data from a session? ?

          9) What is the purpose of @ in Php?

          10) How to Pass JSON Data in a URL using CURL in PHP?

          11) Difference between Get and Post method in PHP

          Comment

          Working...