http://loeblcomservices.com presents - Working With Text And Numbers In PHP - Learning PHP 003
Watch this video and learn about how to work with text and numbers in PHP.
In this video we'll cover the following concepts:
print and echo
when to use the ESCAPE STRING in PHP
How to determine the length of a string using the strlen function.
How to change the string's case by using the strtoupper, strtolower, ucwords functions.
How to find out if a character exists in a string by using the strpos function.
How to parse a part of a string using the substring function.
How to replace string contents by using the str_replace function.
How to calculate numbers in PHP.
Let me know in the comments below what you need help with.
**SUBSCRIBE TO BE MADE AWARE OF FUTURE VIDEOS!
Come on out to http://www.loeblcomservices.com/phpmy... for the code and working sample.
-----------------
#strlen, #strtoupper, #strtolower, #ucwords ,#strpos,#str_replace,#substring
#PHPFunctions,
#WhatIsPHP,
#LearningPHP