• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/17

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

17 Cards in this Set

  • Front
  • Back

PHP stands for

Hypertext Preprocessor

Is a server side scripting language

PHP

May contain text, HTML tags and scripts

PHP FILE

PHP files are returned to the browser as

Plain HTML

Is a small database server

MySQL

PHP combined with MySQL are

Cross platform

A PHP scriptinh block always starts and ends with

<?php


?>

All variables in PHP starts with a

Dollar sign symbol

To concentate two or more variables together, use

The dot operator

To make a larger comment block

//


/*


*/

Looping statements

While


Do while


For

Statement will execute a block of code atleast once

Do while statement

Is used when you know how many times you want to execute a statement or a list of statements

For statement

Is used to output PHP information

phpinfo()

PHP stores all the "posted" values into an associative array call "$_POST"

Get Method

PHP passes the variables along to the web pages URL by appending them onto the end of the URL

POST Method

Often used to identify a user

Cookie