Tag Archives: string

Data Types in PHP

PHP is not a very strict language when it comes down to data types. Strings: $string = "This is a string"; Strings are values that contain characters. This can include basically everything you can type on your keyboard. Integers: $string … Continue reading

Posted in Coding | Tagged , , , , , , , | 2 Comments