How To Insert a Carriage Return in a PHP String 					
If you need to insert a Carriage Return in a string in PHP:
Carriage return is: "\r" 
But...
				 
            				
					 How to Create a phpinfo page 					
The phpinfo() function outputs a huge amount of information about the system you're using, such...
				 
            				
					 How To Make a Redirect in PHP 					
If you want that a page redirects automatically the user to a certain page or site (let's say,...
				 
            				
					 How To Configure Easy WP SMTP Plugin To Use Gmail SMTP Service 					
Easy WP SMTP is a popular and free plugin for WordPress to send email(s) by an authenticated SMTP...
				 
            				
					 How to Backup Your MySQL Database Using PHP 					
This simple PHP script will provide a full dump of your MySQL database.You need to provide...