1. dynClass as a better PHP stdClass
Updated on: 2017-04-12
Posted on: 2017-04-12
Blog: dynClass package blog
Package: dynClass
Read this article to learn why I have written the dynClass extending the stdClass to provide better dynamic features.
More ... Post a comment See comments (2) Trackbacks (0)
12. Faster PHP Social Login with a PHP OpenID Connect PHP Client
Updated on: 2017-04-09
Posted on: 2017-03-21
Blog: PHP OAuth Library package blog
Package: PHP OAuth Library
However, each social network requires an additional API call to retrieve those user details. That API call is specific to each network, so its URL and parameters vary.
OpenID Connect is an extension of the OAuth2 protocol that allows to retrieve the user details without additional API calls.
Read this article to learn how it works and how you can benefit from OpenID Connect to get the user details faster without social network specific API calls.
More ... Post a comment See comments (2) Trackbacks (0)
1. How to Use Termux Tutorial Running PHP Web Server or CLI with Termux PHP App to Control an Android Phone or Tablet
Updated on: 2017-04-09
Posted on: 2017-02-15
Blog: PHP Termux API package blog
Package: PHP Termux API
This allows running PHP either from the Termux shell as a console script or as a Web server.
Read this article to learn how to execute PHP scripts from inside a Android device and expose to PHP some Android functionalities using the Termux application.
More ... Post a comment See comments (8) Trackbacks (0)
1. PHP class to download, crop and resize images on the fly
Updated on: 2017-02-03
Posted on: 2017-02-03
Blog: PHP Image Crop and Resize package blog
Package: PHP Image Crop and Resize
More ... Post a comment See comments (0) Trackbacks (0)
1. Moved to Sourceforge.net
Updated on: 2017-02-02
Posted on: 2017-02-02
Blog: MySQL Edit Table (latest version on Sourceforge) package blog
Package: MySQL Edit Table (latest version on Sourceforge)
1. Simple Tutorial on using MySQL with PDO that works with PHP 7
Updated on: 2017-01-18
Posted on: 2017-01-18
Blog: PHP PDO database class package blog
Package: PHP PDO database class
Using PDO makes your code usable also with other types of databases besides MySQL.
Read this tutorial to learn how to perform simple common database queries as well perform table schema management operations using the PHP PDO database class.
More ... Post a comment See comments (4) Trackbacks (0)
2. PHP Site Gamification Using a Secret Path
Updated on: 2017-01-11
Posted on: 2017-01-11
Blog: PHP Secret URL Path package blog
Package: PHP Secret URL Path
We can accomplish this by setting up a sequence of page visits and rewarding our users if they complete the sequence correctly using the Secret Path class.
Read this article to learn how you can use the PHP Secret Path class to implement a neat game like experience for your users.
More ... Post a comment See comments (2) Trackbacks (0)
2. PHP Tutorial on How to Convert English Words to Numbers
Updated on: 2017-01-04
Posted on: 2017-01-04
Blog: PHP Convert Words to Numbers package blog
Package: PHP Convert Words to Numbers
The PHP Words to Numbers package does that. It takes number expressed in English works and returns the number value that it represents.
More ... Post a comment See comments (0) Trackbacks (0)
1. Using the PHP RTF Parser to Process Word Processing Documents Part 1: the RTF File Format
Updated on: 2016-12-28
Posted on: 2016-12-28
Blog: PHP RTF Tools package blog
Package: PHP RTF Tools
Read this article to understand the RTF file format, so you can understand the next articles on which you will be able to learn how to use the PHP RTF Tools packages for good purposes, such as using RTF templates, merging multiple documents, or simply extracting text from a document.
More ... Post a comment See comments (0) Trackbacks (0)
1. Secure PHP Login Script 2022 - Tutorial for a Complete Secure PHP Login System using MySQL with PDO Solution and a PHP Login Form to Set a PHP Login Session
Updated on: 2022-01-03
Posted on: 2016-12-21
Blog: PHP Secure Login and Registration package blog
Package: PHP Secure Login and Registration
Read this tutorial to learn how to create a modern login and registration system that takes advantage of PHP security-focused features and uses jQuery to send AJAX requests and Bootstrap to provide a fast and nice user interface that can work regardless if you use other frameworks or not.
More ... Post a comment See comments (71) Trackbacks (0)