Remove tutorials
article thumbnail

What is the Purpose of php_eol in PHP?

Php,Mysql,Jquery Tutorial And Interview Question

in this quick PHP tutorial, We’ll discuss php_eol with examples. PHP_EOL is a predefined constant in PHP and represents an end-of-line character. It helps in dealing with text file I/O operations in PHP. appeared first on Phpflow.com.

PHP 88
article thumbnail

A Beginner PHP Tutorial in 6 Steps

Zend

In this blog, our expert walks through a PHP tutorial for beginners, including everything from setting up your dev environment, to connecting to a database.

PHP 62
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Remove Special Character from String in PHP

Php,Mysql,Jquery Tutorial And Interview Question

In this PHP tutorial, I will discuss how to remove special character from strings in PHP using preg_replace. Sometimes, We need to get the result of an input string as a simple composition of alphabets and numbers and, want to […] The post Remove Special Character from String in PHP appeared first on Phpflow.com.

PHP 86
article thumbnail

Advanced search with PHP and MySQL

Php,Mysql,Jquery Tutorial And Interview Question

This tutorial help to create advanced search functionality with PHP and Mysql. We’ll create a PHP form that takes input and search into the MySQL table. Steps to implement advanced search PHP mysqli Create a MySQL database and populate it with […].

PHP 99
article thumbnail

Step-by-Step Guide for Integrating Gmail Functionality in PHP

Php,Mysql,Jquery Tutorial And Interview Question

In this PHP Gmail API tutorial, We’ll look at how to integrate Google’s Gmail API’s to your PHP applications. By the end of this tutorial, You’ll have the knowledge and code samples […] The post Step-by-Step Guide for Integrating Gmail Functionality in PHP appeared first on Phpflow.com.

PHP 77
article thumbnail

XML Sitemap Generator using PHP

Php,Mysql,Jquery Tutorial And Interview Question

This PHP tutorial helps to create a dynamic XML sitemap generator using PHP. We’ll create a php script that helps to generate a website sitemap in xml format. The post XML Sitemap Generator using PHP appeared first on Phpflow.com. The post XML Sitemap Generator using PHP appeared first on Phpflow.com.

PHP 72
article thumbnail

PHP isset() vs empty() vs is_null()

Php,Mysql,Jquery Tutorial And Interview Question

This php tutorial help to understand difference between PHP isset() vs empty() vs is_null().These Normally, We have used these functions into the php application.All these functions return a Boolean value.In Normally, We have used these functions into the php application.All these functions return a Boolean value.In

PHP 97