Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Introduction to PHP
For more information, please see full course syllabus of Introduction to PHP
Introduction to PHP Variables & Numeric Data Types
Lecture Description
In this lesson our instructor talks about variables and numeric data types. First, he discusses working with data, identifiers, variables, and integer data type. Then, he talks about float data type, PHP code declaring variables, var_dump() function, and coding conventions. He ends the lesson with a homework challenge.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
1 answer
Last reply by: Kitt Parker
Mon Dec 29, 2014 8:15 PM
Post by Chad Buie on December 25, 2012
I am still wondering why would you need to use this function in a program or script?
Maybe I am ahead here, but I am trying a little of a "Howard Hughes" type..can you give a dynamic example to illustrate when and how to know when to use this debugging function?
0 answers
Post by Vamsy Reddy on April 28, 2012
Hi Matthew Machaj
All these videos are helping me a lot.
Thank You
Your teaching is simply super.
1 answer
Tue Feb 7, 2012 2:23 AM
Post by Jacob/Benja Share on November 27, 2011
For the var_dump could you output multiple variables with one function?