Introduction to PHP and MySQL

181 CQ
36 Lessons
Previous...
  • Playing
    7 CQ
    11. PHP Conditional Statements
    A lesson with LearnToProgram
    View lesson

    Being able to evaluate statements as true or false is crucial in the PHP scripting language. In this lesson, learn to use PHP conditionals to run code!

    Being able to evaluate statements as true or false is crucial in the PHP scripting language. In this lesson, learn to use PHP conditionals to run code!

  • Playing
    5 CQ
    12. PHP Complex Conditionals
    A lesson with LearnToProgram
    View lesson

    Learn to use PHP to evaluate complex conditional statements. Mark Lassoff shows how to use if, else, and elseif statements to control a PHP script.

    Learn to use PHP to evaluate complex conditional statements. Mark Lassoff shows how to use if, else, and elseif statements to control a PHP script.

  • Playing
    4 CQ
    13. The PHP Switch Statement
    A lesson with LearnToProgram
    View lesson

    If you have a lot of outcomes in a conditional statement, a switch statement may be easier to use than an “if” conditional. Learn to use "switch, case, break."

    If you have a lot of outcomes in a conditional statement, a switch statement may be easier to use than an “if” conditional. Learn to use "switch, case, break."

  • Playing
    3 CQ
    14. The PHP Ternary Operator
    A lesson with LearnToProgram
    View lesson

    There are many ways to write conditional statements in PHP. Now that you’ve learned the if statement and switch statement, learn how to use a ternary operator.

    There are many ways to write conditional statements in PHP. Now that you’ve learned the if statement and switch statement, learn how to use a ternary operator.

  • Playing
    6 CQ
    15. The PHP While Loop
    A lesson with LearnToProgram
    View lesson

    PHP loops allow a computer programmer to repeat an operation many times in a row. Learn to code while loops and do while loops in the programming language.

    PHP loops allow a computer programmer to repeat an operation many times in a row. Learn to code while loops and do while loops in the programming language.

More...
  • Recommended Recommended
  • History & In Progress History
  • Browse Library
  • Most Popular Library

Get Personalized Recommendations

Let us help you figure out what to learn! By taking a short interview you’ll be able to specify your learning interests and goals, so we can recommend the perfect courses and lessons to try next.

Start Interview

You don't have any lessons in your history.
Just find something that looks interesting and start learning!

Comments
500 characters max