PHP Classes

PHP Tutorials

Recommend this page to a friend!

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article  
  273 - 264   ...   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   33 - 24   ...   3 - 1  

338. 6 Common PHP Security Issues And Their Remedies

Updated on: 2015-12-22

Posted on:

Security is a delicate matter that all PHP developers should be aware. However, not all PHP developer know the basic security measures that should be taken to avoid the most common security flaws.

Read this article to learn about 6 common PHP security issues and what you can you do to avoid them.


Blog More ...   Post a comment Post a comment   See comments See comments (8)   Trackbacks (0)

337. PHP Articles and Book Reviews Report December 2015 Edition

Updated on: 2015-12-17

Posted on:

This is the December edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles and Book Reviews published recently.

They commented on articles about Dependency Injection, improved security with paranoid computing, searching DOCX, DOC and PDF documents, handling SMS messages in your site with the DotGo SMS gateway, automated building of regular expressions, interacting with users via SMS, WhatsApp, Facebook or Telegram, migrating MySQL code to use MySQLi, deploying PHP applications with Docker, creating an utilities framework, using queues to speedup processing tasks.

They also commented on the review of PHP Web Services tutorial video.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles and reviews.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

336. PHP Tutorial to Detect User Location from the IP address With IP2Location Geolocation

Updated on: 2016-01-06

Posted on:

Sometimes it is necessary to determine the user geographic location for instance to serve more appropriate content. One way to do it is to determine the location associated to the IP address of his computer. IP2Location provides a free solution for this using the IP2Location Lite database.

Read this article to learn how to detect the user location using the IP2Location Lite database service.


Blog More ...   Post a comment Post a comment   See comments See comments (19)   Trackbacks (0)

334. Google Search API PHP Example Tutorial with Demo to Get the First Web Pages and Images as a JSON Array

Updated on: 2017-02-25

Posted on:

Appearing in the Google Search results is very important these days but it is not that easy. The competition is very high and your pages need to rank with the right keywords.

Finding if you are ranking with the right keywords is very difficult. You need to take every keyword and test it against a search, then look for your site in the search results list. However, Google blocks scripts that scrape the search result pages.

Fortunately there is an official API from Google that lets you search for certain keywords and you can use it from PHP or any other language.

Read this article to learn how to use the Google Search API from PHP to automate searches and find your site in the results.


Blog More ...   Post a comment Post a comment   See comments See comments (6)   Trackbacks (0)

332. How to Use Queue To Speedup PHP Processing Tasks Part 1: Queueing Slow Tasks

Updated on: 2015-11-30

Posted on:

Queues are an important solution, especially when need to create a processing task that may take a long time to complete and the user or the creating process cannot wait until the task is finished.

This is the case for instance of sending newsletter email messages to many users.

Read this article to learn how queues work and how you can implement one in PHP using a simple database.


Blog More ...   Post a comment Post a comment   See comments See comments (6)   Trackbacks (0)

331. PHP Articles and Book Reviews Report November 2015 Edition

Updated on: 2015-11-26

Posted on:

This is the November edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles and Book Reviews published recently.

They commented on articles about creating Microsoft Word DOCX documents from HTML, PHP 7 Anonymous classes and nested classes, tracking accesses to your site API using Google Analytics, and reading and writing Microsoft Excel files using PHP stream handlers.

They also commented on the review of the Hack and HHVM book.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles and book reviews.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

330. Improving Your PHP Application Deployment with Docker Part 1: Setting Up Docker

Updated on: 2015-11-25

Posted on:

Docker is a sensational tool for building containers for applications with any tools that you need like PHP, MySQL, Nginx, or whatever else you need, with much greater efficiency of resources like CPU, RAM, etc..

Read this article to learn more about Docker and how you can set it up to run your PHP application development or production environment.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

327. How to make a PHP PDF Search Engine as well Read DOCX, DOC, PDF Document File or Content String to Convert to Text

Updated on: 2017-02-25

Posted on:

In the last decades, the massive digitalization of processes has made companies and individuals produce a lot of rich text documents in the DOCX, DOC and PDF formats.

This caused a problem because when we need to search the contents of these documents we need to look at the text content that they contain.

Read this article to learn how to solve the problem of searching and indexing these documents using a PHP class that can easily extract the text contents.


Blog More ...   Post a comment Post a comment   See comments See comments (12)   Trackbacks (0)

325. PHP 7 Nested Anonymous Classes Tutorial

Updated on: 2015-10-28

Posted on:

PHP 7 has introduced a new class feature called the Anonymous Class which will allow us to create objects without the need to name them. Anonymous classes can be nested, i.e. defined inside other classes.

Read this article to learn how to defined and use anonymous classes nested inside other classes.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

324. Read and Write Microsoft Excel Files in PHP Part 2: Writing XLS files

Updated on: 2015-10-29

Posted on:

The first part of this article talked about reading an XLS file and downloading it using PHP a XLS stream handler.

Read this article to learn how to do the opposite, writing an Excel file using Ignatius Teo's XLS stream handler class to write spreadsheet rows as arrays to files.


Blog More ...   Post a comment Post a comment   See comments See comments (7)   Trackbacks (0)

  273 - 264   ...   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   33 - 24   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article