Tech Fry
  • Home
  • Tutorials
  • Contact Us
  • Login
Home Tutorials Contact Us Login

PHP Tutorial

PHP stands for "PHP: Hypertext Preprocessor". It is a widely-used Open Source general-purpose scripting language especially suited for web development. It can be embedded into HTML. The main goal of the language is to allow web developers to write dynamically generated web pages quickly, but you can do much more with PHP.

How to Get Form Information in PHP
PHP File Handling
PHP Directory Handling
PHP Arrays
PHP Loops
PHP Functions
PHP Conditional Statements
PHP Operators
PHP Strings
Variable (Data Type) Testing in PHP
PHP Data Types
PHP Constants
PHP Variables
PHP Comments
How to Remove HTML tags from String in PHP - strip_tags() Function
How to Replace String in PHP - str_replace() Function
How to Find Position of Substring in PHP - strpos() Function
How to Convert Special Characters to HTML Entities - htmlspecialchars() Function
How to Increment or Decrement String in PHP - str_increment() and str_decrement() Functions
How to Change Case in PHP - strtolower() and strtoupper() Functions
How to Count Words in PHP - str_word_count() Function
How to Remove Whitespace Characters in a string in PHP - trim() Function
How to Split String in PHP using Delimiter - explode() Function
How to Find Part of String - substr() Function
How to Find String Length in PHP - strlen() Function
How to Find First Occurrence in String - strstr() and stristr() Function
Total Number of Elements in Array - count()
Merge Arrays in PHP - array_merge()
How To Sort Arrays in PHP
How To Remove First Element of Array in PHP - array_shift() Function
How To Remove Last Element of Array in PHP - array_pop() Function
How to Read Emails Using PHP
Searching for a Pattern Using preg_match()
Searching Array Using preg_grep()
PHP Dates and Times
Validate Form Data with PHP
PHP Upload File Using Forms
Retrieve DNS Resource Records - dns_get_record()
Check for Existence of DNS Records - checkdnsrr()
PHP Sessions
Web Services and PHP
MVC Structure in PHP
PHP and MySQL Database Using Object-Oriented Approach
PHP Namespacing
Static Methods & Properties in PHP Class
Inheritance in PHP
Class Constructors and Magic Methods
Defining a Class
Object Oriented Programming
PHP Exception Handling
  • 1
  • 2
Page 1 of 2
  1. Home
  2. PHP Tutorial
Subscribe for Newsletter
Latest Updates
Objected Oriented Programming (OOP) in PythonStrings in PythonHandling Files in PythonLooping in PythonFunctions in PythonConditional Statements in PythonPython Objects, Variables and Data TypesHTML Web Forms
Related Articles
Adding Glossary to Moodle CourseStyling Images Using CSSClass Constructors and Magic MethodsClientexec Company SettingsFAQ Structured DataCSS Box PropertiesBeginner’s Guide to Google Search ConsoleRandom Functions in PHP
Explore More
PHP CommentsHow to Find Position of Substring in PHP - strpos() FunctionHow to Convert Special Characters to HTML Entities - htmlspecialchars() FunctionPHP SessionsMapping Routes to ControllersHow to Increment or Decrement String in PHP - str_increment() and str_decrement() FunctionsHow to Read Emails Using PHP
External Links
  • Joomla Extensions
  • MDN Docs
  • PHP