Course Content
Introduction
PHP is an object-oriented scripting programming language that allows web developers to create dynamic and interactive web pages. PHP stands for Hypertext Preprocessor (PHP).
0/14
Control Statement
A control statement is a statement that determines whether other statements will be executed.
0/7
PHP for Beginners
About Lesson

A string is a sequence of characters. In PHP String Functions are used to manage strings.

  • str_replace() – Replace a text within a string
  • strpos() – Searches for a text within a string
  • strlen() – Returns the length of a string
  • str_word_count() – Count words in a string