logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • $message vs $$message in PHP?


  • Correct Answer
  • $message is a variable with a fixed name $$message is a variable whose name is stored in $message If $message contains "var", $$message is the same as $var 


  • Technology problems


    Search Results


    • 1. Echo vs print statement
    • Discuss
    • 2. What is PEAR in php?
    • Discuss
    • 3. What is PHP?
    • Discuss
    • 4. What is PHP's mysqli Extension?
    • Discuss
    • 5. How many types of Inheritances used in php and how we achieve it?
    • Discuss
    • 6. Explain the different types of errors in PHP.
    • Discuss
    • 7. What is MIME?
    • Discuss
    • 8. Why many companies are switching their current business language to PHP? Where PHP basically used?
    • Discuss
    • 9. What is the difference between PHP and JavaScript?
    • Discuss
    • 10. How can we increase the execution time of a php script?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment