Wednesday, June 10, 2015

Get webpage loading time using PHP

Get webpage loading time using PHP

Execution of server side scripting need to optimize in order to get the Optimized page loading time. In this case most of the Server Side Response typically not more than 2 to 30 seconds. In this case we need to find the Exact page loading time in PHP...

Friday, May 29, 2015

Generate and save file in directory using PHP

Generate and save file in directory using PHP

In this lesson we will see how to generate file and save into new directory using PHP. So we will generate a HTML, PHP or any other type of file and save it into a newly created or existed directory. Step 1: At first we have to select...

Thursday, May 7, 2015

Text rasterization service script using php

Text rasterization service script using php

This is an example of using Gd / FreeType to generate image text labels with TTF font. Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users. Compatible with: PHP...

Thursday, April 2, 2015

Htaccess code syntax to prevent your wordpress website from attackers

Htaccess code syntax to prevent your wordpress website from attackers

  Hypertext access (.htaccess) file is the common name of a directory-level configuration file which allows decentralised management of web server configuration. A .htaccess file is always added to the root directory, it can override many other configuration settings which includes server’s global configuration, content type and character...

Saturday, March 21, 2015

Popular Security Libraries for PHP Developers

Popular Security Libraries for PHP Developers

Today, PHP is one of the most popular web programming language for creating dynamic websites. There is bunches of data on the web that PHP developers make utilization of. On the other hand, few of them are obsolete and can manage anybody to compose "awful code. In this...
What is contrast in the middle of MYISAM and InnoDB?

What is contrast in the middle of MYISAM and InnoDB?

In this post, I am explaining to each one of PHP developer to understand the difference between MYISAM and INNODBMYISAM1. MYISAM supports Table-level Locking2. MyISAM designed for need of speed3. MyISAM does not support foreign keys hence we call MySQL with MYISAM is DBMS4. MyISAM stores its tables,...

 

© 2014 4everTutorials. All rights resevered.

Back To Top