COMP 206: PHP Basics

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

PHP automatically converts the variable to the correct data type, depending on its ______.

value

The ______ function takes a variable name as an argument and returns true if it exists and false otherwise.

isset

The ______ function checks to see whether a variable exists and has a nonempty, nonzero value.

empty

The ______ statement can be used with or without parentheses: ______ or ______().

<p>echo</p> Signup and view all the answers

PHP ______ is exactly the same as echo, with same syntax and same usage.

<p>print</p> Signup and view all the answers

PHP stands for Hypertext ______.

<p>Pre-Processor</p> Signup and view all the answers

PHP code is written inside ______ tags.

<p>PHP</p> Signup and view all the answers

In PHP, a variable is declared using a ______ sign.

<p>$</p> Signup and view all the answers

PHP is a ______ language, hence, it does not need a compiler.

<p>interpreted</p> Signup and view all the answers

PHP is a ______ typed language.

<p>loosely</p> Signup and view all the answers

Flashcards are hidden until you start studying

More Like This

Introduction to PHP Programming
10 questions
PHP Programming Concepts Quiz
45 questions
Module 1 - Web Programming Using PHP
30 questions
Use Quizgecko on...
Browser
Browser