foreach Statement in PHP
The foreach loop in PHP works only on arrays, and it is used to loop through each key or value pair in an array. See Examples of foreach Statement Watch foreach Statement Tutorial Video: Note:If your...
View Articleinclude and require Functions in PHP
In these Video tutorials we will learn about include, include_once, require and require_once functions in PHP with easy tutorials. include and require Function include_once and require_once Function...
View ArticleString Functions in PHP
In these Video tutorials we will learn about String functions in PHP like String Length, Upper / Lower Case Conversion, String Position, Replacing Part of a String and Replacing Predefined Part of a...
View ArticleWordPress Templates Can Improve Your Website
Does your website suffer from a lack of personality? Your content might be pretty amazing, but it can look bland if it is wrapped with a basic template. WordPress templates can dramatically improve the...
View ArticleWord Censoring in PHP
In these Video tutorials we will learn about Word Censoring in PHP like find and replace strings with easy tutorials. Word Censoring Part 1 Word Censoring Part 2 Note:If your web browser did not show...
View ArticleHow to create a Find and Replace Application in PHP
In these Video tutorials we will learn about how to create a Find and Replace Application with easy video tutorials. In this application you can search and replace any word or string. Below is complete...
View ArticleTimestamps in PHP
In these Video tutorials we will learn Timestamps, how to display date and time in web page with easy video tutorials. How to use Timestamps in PHP Example form W3School.com Video Tutorial on...
View ArticleHow to redirect page in PHP
In these Video tutorials we will learn how to redirect page or website with another page or website with easy video tutorials. How to redirect page in PHP User Header function to Redirect User ot_start...
View ArticleHow to get visitor IP Address in PHP
In these Video tutorials we will learn how to get visitor IP Address in PHP with easy video tutorials. How to get Visitor IP Address Get Visitor IP Address Video Better way to Get Visitor IP Address...
View ArticleHow to detecting visitors Browser in PHP
In these Video tutorials we will learn how to detect web browser in PHP with easy video tutorials. How to Detect Web Browser Detecting visitors Browser in PHP/h3> Detecting visitors Browser in PHP...
View Article