1. How to Perform PHP Form Human Check using a Pad with Codes for Users to Demonstrate They Are Not Robots
Updated on: 2021-01-31
Posted on: 2021-01-31
Blog: PHP Login Pad Class package blog
Package: PHP Login Pad Class
This class provides a solution that consists of a key pad that displays on a Web page. Then the users need to click or touch on keys that appear on the screen to demonstrate that they are real humans to enter the right codes by the right order.
This way this solution can work well on computers on which people can use the mouse to point and click in the buttons in the right order with the codes that appear on the page.
It also works well on devices with a touch screen like mobile phones, tablets or computers with a touch screen, as the users just need to touch the buttons to achieve the same effect as clicking on the buttons with the mouse.
1. Introduction on How to Implement a Basic PHP Script SEO Report for Your Web Site
Updated on: 2021-01-29
Posted on: 2021-01-29
Blog: PHP Website SEO Tools package blog
Package: PHP Website SEO Tools
Read this short article to learn how you can start implementing basic PHP script that generates a SEO report, so you can evaluate if you are applying some of the recommended SEO practices.
1. How to Implement PHP Physical Test of Structures by Processing Accelerograms
Updated on: 2021-01-28
Posted on: 2021-01-28
Blog: Dynamic PHP SDOF Class package blog
Package: Dynamic PHP SDOF Class
This class can analyse accelerogram data to produce charts that help evaluating how physical structures are able to handle the forces that may be propagating during the activity of earthquakes.
1048. PHP News Partnership Announced Between the PHP Classes Site and PHPMagazine.net for Our PHP Newsletter
Updated on: 2021-01-27
Posted on: 2021-01-27
Read this short announcement article, so you can understand what this means and what you gain from this collaboration initiative.
1047. What is New in PHP Type Hinting Support in PHP 8
Updated on: 2021-01-26
Posted on: 2021-01-26
Read this article to learn about PHP version 7.4 type hinting support. You can also read about the new type hinting features of PHP version 8.0.
The article also presents a list of the kinds of type hinting that are available in each PHP version.
In the end you can learn more about type hinting in practice with code examples.
1. How to Implement a PHP Page Counter System that Can Track the Accesses of Users to Many Pages in a Site
Updated on: 2021-01-25
Posted on: 2021-01-25
Blog: fanKounter PHP Counter Script package blog
Package: fanKounter PHP Counter Script
This package implements a complex page counter solution to simplify the tracking of page access count in a reliable way that can be used to track the accesses of many pages at once.
It can also show useful statistics for site managers in a private way.
1. How to Implement a SOAP Server Example using Your Own Classes to Generate the Request Responses
Updated on: 2021-01-23
Posted on: 2021-01-23
Blog: Cloud King PHP SOAP Server package blog
Package: Cloud King PHP SOAP Server
Setting up a server to implement SOAP based Web services is not a simple task.
This package simplifies that task by allowing the customization of the functionality of the SOAP Web services be implemented in an easier way.
It just requires writing simple PHP classes that define how the Web service functions should respond.
1. How to Implement PHP Secure Information Transmission Using Shamir Encryption Algorithm
Updated on: 2021-01-21
Posted on: 2021-01-21
Blog: Shamir PHP Class package blog
Package: Shamir PHP Class
This class provides an PHP implementation of the Shamir algorithm, so it can be used to transmit and receive secret data in a secure way.
1. How to Quickly Build CodeIgniter Admin Panel with User Management
Updated on: 2021-01-20
Posted on: 2021-01-20
Blog: CodeIgniter Admin Panel with User Management package blog
Package: CodeIgniter Admin Panel with User Management
You can use any framework to add an administration panel to your application but you still need to develop a lot of code if you start from scratch.
Read this short tutorial article to learn how to quickly create an administration panel using the CodeIgniter Admin Panel package.
1. How to Access PHP Class Constructor Optional Parameters that May Be Variable
Updated on: 2021-01-19
Posted on: 2021-01-19
Blog: PHP Class Constructor with Parameters package blog
Package: PHP Class Constructor with Parameters
Like other types of functions, constructor functions can have a variable number of parameters.
This class demonstrates how to handle class constructor function calls by storing all the parameters in a way that they can be accessed later, regardless of the number of the parameters that were passed.
