1. How to Use a PHP Google Charts Solution to Render Graphics with Data Retrieved from a Remote Server that Provides a Web Service
Updated on: 2022-04-29
Posted on: 2022-04-29
Blog: Remote PHP Google Charts Graphics package blog
Package: Remote PHP Google Charts Graphics
Google Charts API takes a set of data with parameters that define values.
This package can pull data from a given Web service API and convert the data to generate a graphic chart.
This way, this package allows combining the two Web services, minimizing the effort of developers that need to display Web charts on their Web site pages.



1090. When Is the Right Time to Update to a New PHP Version - 5 minutes - Lately in PHP Podcast Episode 92 Part 2
Updated on: 2022-04-29
Posted on: 2022-04-28
Updating too soon or too late to a newer version of PHP may cause problems of instability or security in their applications.
Please read this article, watch a 5-minute podcast video or listen to the audio of part 2 of episode 92 of the Lately in PHP podcast to learn about criteria that you can use to do a safe version update.



1. How Can PHP Access Windows Registry Values Easily with an Iterator
Updated on: 2022-04-27
Posted on: 2022-04-27
Blog: PHP Access Windows Registry Access package blog
Package: PHP Access Windows Registry Access
In some cases, the Windows Registry configuration values have complex keys and sub-keys.
This package makes it easy to access those complex values by providing an iterator that can access each sub-key one at a time.



1089. How to Become a Better PHP Developer Listening to Quick Tips from the Lately in PHP Podcast in Spotify
Updated on: 2022-04-26
Posted on: 2022-04-26
Nowadays, the Lately in PHP podcast aims to provide those quick tips in video, audio, or text articles.
Those who prefer the audio format can now listen to the Lately in PHP podcast on Spotify either using the mobile application or accessing the Spotify Web site.
Read this short article to learn how you can follow the Lately in PHP podcast without missing an episode on Spotify.



1. How to Use a PHP CMS to Customize the JavaScript and CSS on Each Page
Updated on: 2022-04-25
Posted on: 2022-04-25
Blog: Melis CMS Page JavaScript and CSS Editor package blog
Package: Melis CMS Page JavaScript and CSS Editor
This package provides an additional possibility for users of the Melis CMS. It allows those users to provide custom JavaScript and CSS.
This feature is useful when it is necessary to use specific JavaScript or CSS to render the site pages correctly, for instance, when site owners want to display advertising on the site pages requiring particular JavaScript.
This situation is the case when you want to display Google AdSense advertising on the pages.



1088. Why You Need to Choose the Right Moment to Upgrade to a New PHP Version - 4 minutes - Lately in PHP Podcast Episode 92 Part 1
Updated on: 2022-04-22
Posted on: 2022-04-22
Newer versions of these software applications are released to improve their features and fix their bugs to benefit the community of developers that use them in their projects.
Upgrading too soon or too late to a newer version of a software tool that you need may cause problems of instability or security in their applications.
Please read this article, watch a 4-minute podcast video or listen to the audio of part 1 of episode 92 of the Lately in PHP podcast on why it is essential to carefully choose the right time to upgrade to a newer version of PHP or those software tools.



1. How to Implement a PHP Google Translate Service in Your PHP WebSite Using the Google Translate API from JavaScript
Updated on: 2022-04-21
Posted on: 2022-04-21
Blog: PHP Google Translate Text Form package blog
Package: PHP Google Translate Text Form
The original Google Translate service is made available on a Google site.
It is also possible to use the Google Translate service on another site by calling the Google Translate API.
This package provides an alternative to making Google Translate available on another site that uses JavaScript to call the Google Translate service using the Google JavaScript libraries to call the service.



1. How Can PHP Encrypt Text in a Way that the Result Is Still Readable by Using Transposition of Characters
Updated on: 2022-04-20
Posted on: 2022-04-20
Blog: PHP Transposition Cipher package blog
Package: PHP Transposition Cipher
Shifting the position of the characters in an unpredictable way is an approach to encrypting the text that guarantees that the resulting text string will still be readable.
This package implements a transposition cipher algorithm that can encrypt text using only the original string characters in a different position. Therefore it preserves the readability of the encrypted string characters.



1. How to Create Your Own PHP Job Openings Site to Publish Job Offers in Any Business Area
Updated on: 2022-04-19
Posted on: 2022-04-19
Blog: PHP Job Portal Project API package blog
Package: PHP Job Portal Project API
Usually, freelancers don't know what jobs exist, nor do companies know how to find professionals that match their job requirements.
This package provides an API that implements a system to connect companies with jobs with professionals looking for work.
Since it is a generic job system API, you can adapt it to any activity area.



1. How to Configure a PHP PDO Connection using Class Variables to Setup Database Parameters
Updated on: 2022-04-18
Posted on: 2022-04-18
Blog: PHP PDO DB Connection Controller package blog
Package: PHP PDO DB Connection Controller
Usually, the developer defines a connection to a specific database type using a connection string with a particular syntax.
Many developers prefer to set connection parameters using specific values passing individual parameters because it is more clear to configure each parameter.
This class provides a means to connect to a database using PDO by specifying the connection parameter values using class variables of a sub-class of this class.


