2. How Can PHP Redirect to Page in Your Site Users to Go to an External Site
Updated on: 2021-02-23
Posted on: 2021-02-23
Blog: PHP Redirect to Page Class package blog
Package: PHP Redirect to Page Class
Read this short tutorial article to learn how to achieve this in a simple way to another



1. How to Make PHP Prepared Statements Cache Be Used to Run Faster the Same Query Using Different Parameter Values
Updated on: 2021-02-22
Posted on: 2021-02-22
Blog: Easydb Cache package blog
Package: Easydb Cache
Using prepared statements adds some overhead to the time it takes to execute a query because the query template string needs to be parsed first before the parameter values are replaced.
This class implements prepared query caching, so it avoids the overhead of parsing the same prepared statement query every time it needs to execute the same query, even if it uses different parameter values.



1. How Can PHP Attach Files to Post Using XOOPS CMS
Updated on: 2021-02-19
Posted on: 2021-02-19
Blog: xmdoc package blog
Package: xmdoc
Some sites need to be able to make certain files available for download. Those files are usually associated to a given page from which the users can download the files.
This package implements a XOOPS module that allows publishers to manage the files to be attached to a given post published using XOOPS.



1. How to Simplify the Creation of a PHP Controller for MVC Applications Using Multiple Action Classes
Updated on: 2021-02-17
Posted on: 2021-02-17
Blog: Gectrl PHP Generic Controller Class package blog
Package: Gectrl PHP Generic Controller Class
This possibility makes it easier to develop and maintain PHP applications.
The package allows to simplify further the implementation of MVC based applications by providing a generic controller class that can call separate classes to implement each type of action that the controller class is configured to handle.



1. How to Implement a Good PHP Password Recovery Solution Using Reconstitution to Help the User
Updated on: 2021-02-16
Posted on: 2021-02-16
Blog: Yet Another Hash Package package blog
Package: Yet Another Hash Package
Read this article to learn about how to implement the password recovery method using reconstitution in a PHP based application using password hashing to make it more secure.



2. How to Use a PHP GUI Framework to Build Desktop Based Applications that Work in Different Operating Systems
Updated on: 2021-02-15
Posted on: 2021-02-15
Blog: PHP FFI IUP package blog
Package: PHP FFI IUP
This package provides a solution for creating GUI based PHP applications by providing means to call the UIP toolkit library on Linux.



1. How Can PHP Encrypt String with Key Password that Allows Verifying Data Integrity When It Is Decrypted
Updated on: 2021-02-13
Posted on: 2021-02-13
Blog: PHP Keyak package blog
Package: PHP Keyak
The Keyak algorithm goes farther than many other algorithms by providing means to also authenticate the encrypted data.
This allows the recipient of the encrypted data to verify the authenticity of that data when it tries to decrypt the encrypted data that was received.
This package implements a pure PHP based solution to implement the Keyak algorithm to encrypt and decrypt data.



1. How to Create a PHP CRUD API using CodeIgniter
Updated on: 2021-02-11
Posted on: 2021-02-11
Blog: Aksara package blog
Package: Aksara
This package provides a solution based on the CodeIgniter framework to implement Web based CRUD interfaces, as well APIs that can perform the same set of operations.



1. How to Implement Simple PHP Encryption Methods with Key
Updated on: 2021-02-10
Posted on: 2021-02-10
Blog: PHP Encryption Library package blog
Package: PHP Encryption Library
Read this article to learn how to implement simple encryption methods that can be used with just a few lines of code to protect data using a secret key.



1. How to Generate a PHP Changelog Automatically for a Project
Updated on: 2021-02-09
Posted on: 2021-02-09
Blog: PHP Conventional Changelog package blog
Package: PHP Conventional Changelog
This class can help to automatically generate change log and release note files, so the developers of the project reduce the work that is necessary to finalize the new release of the project.


