Friday, April 15, 2016

PHP 7 with Microsoft SQL Server Driver Released

PHP 7 with Microsoft SQL Server Driver Released

Microsoft announced on 12th April 2016 early technical preview of the Microsoft Driver 4.0.3 for PHP for SQL Server, using this driver you can connect your PHP application with Microsoft SQL Server currently this server is available only for PHP 7. This Driver enable you to access SQL Server, Azure SQL...

Friday, March 4, 2016

Different between CodeIgniter and Laravel frameworks

Different between CodeIgniter and Laravel frameworks

Here, let us make a brief analysis and know the differences between Laravel and CodeIgniter.Laravel pros and consIt is common knowledge that, for web application development, Laravel offers expressive, elegant syntax. Such has been its design. The laravel developer will enjoy the development process. Routing, authentication, sessions are...

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...

 

© 2014 4everTutorials. All rights resevered.

Back To Top