1. PHP Tutorial to Create Animated GIF from Online Video
Updated on: 2015-12-29
Posted on: 2015-12-29
Blog: PHP Convert Video to GIF package blog
Package: PHP Convert Video to GIF
In that case an alternative solution to publishing videos is to convert them to the animated GIF format.
Read this article to learn how to convert your videos available online, in sites like YouTube, into animated GIF using a PHP and the GIFLayer Web service.
More ... Post a comment See comments (11) Trackbacks (0)
1. How to Write Consistent PHP Code
Updated on: 2015-12-22
Posted on: 2015-12-22
Blog: PHPR package blog
Package: PHPR
Read this article to learn how we can have code that is more consistent and easier to write and maintain.
More ... Post a comment See comments (5) Trackbacks (0)
1. PHP WordPress Plugin Tutorial using Object Oriented Programming Part 1: Basic Example
Updated on: 2015-12-15
Posted on: 2015-12-15
Blog: Pak PHP Micro Framework package blog
Package: Pak PHP Micro Framework
One drawback of WordPress development is that WordPress was released before PHP 5, so much of the WordPress code is procedural and can be difficult to organize.
Read this article to learn how to create a Wordpress plugin using OOP based on the Pak PHP Framework.
More ... Post a comment See comments (0) Trackbacks (0)
1. PHP Phone Number Validation with Country Code
Updated on: 2017-03-26
Posted on: 2015-12-08
Blog: Free Phone Number Verification in PHP package blog
Package: Free Phone Number Verification in PHP
For businesses it is even more important to verify phone numbers that users enter in their Web sites or mobile apps because they need to make sure the user is supplying the correct number. If a user makes a mistake, the verification SMS will never arrive and the user may give up.
Read this article to learn how to verify a phone number that is calling you using the PHP Phone Number Verification package.
More ... Post a comment See comments (6) Trackbacks (0)
2. Interacting with Your PHP Site Users with the Telegram CLI Wrapper
Updated on: 2015-12-31
Posted on: 2015-12-07
Blog: PHP Telegram CLI Wrapper package blog
Package: PHP Telegram CLI Wrapper
Read this article to learn how to notify Telegram in practice using the PHP Telegram CLI Wrapper class with some PHP code examples.
More ... Post a comment See comments (2) Trackbacks (0)
2. PHP Automated SMS Gateway for Request and Response Service Part 2: Automatic Responses
Updated on: 2015-12-01
Posted on: 2015-12-01
Blog: PHP dotGo Engine package blog
Package: PHP dotGo Engine
Read this article to learn how to how to use the PHP DOTGo Engine package to handle more complex responses using DOTGO Web service's terminating nodes.
More ... Post a comment See comments (1) Trackbacks (0)
1. How to Create a PHP Utilities Framework
Updated on: 2016-01-16
Posted on: 2015-11-25
Blog: PHP Utilities Framework package blog
Package: PHP Utilities Framework
Read this article to learn how to build a PHP utilities framework to address general PHP application needs that you can use or take ideas to build your own general purpose framework.
More ... Post a comment See comments (0) Trackbacks (0)
3. How to Convert MySQL to MySQLi PHP Code to Upgrade to PHP7 Doing the PHP MySQL MySQLi Migration Using PHP with MySQLi Extension
Updated on: 2023-11-25
Posted on: 2015-11-23
Blog: PHP MySQL to MySQLi package blog
Package: PHP MySQL to MySQLi
Read this article to avoid having your code instantly labeled legacy code and learn how to migrate to use the MySQLi extension quickly. It is not going to be as difficult as you may think.
More ... Post a comment See comments (34) Trackbacks (0)
1. How to Send Message and Interact with PHP Web Site Users using SMS, WhatsApp, Facebook or Telegram Using their Web API with Example
Updated on: 2017-02-07
Posted on: 2015-11-18
Blog: PHP Telegram CLI Wrapper package blog
Package: PHP Telegram CLI Wrapper
Read this article to learn how to implement instant message based user interactions in your PHP Web site using SMS, WhatsApp, Facebook or Telegram.
More ... Post a comment See comments (9) Trackbacks (0)
1. Automatic PHP Regular Expression Building Part 1: Introduction to the PHP Regex Advanced Package
Updated on: 2015-11-17
Posted on: 2015-11-17
Blog: PHP Regex Advanced package blog
Package: PHP Regex Advanced
The PHP Regex Advanced package was created to avoid the pain of dealing with regular expressions. It uses meta-matching for building regular expressions automatically for you from samples of text that your PHP applications need to match.
Read this article to learn more about the PHP Advanced Regex package works with a real problem example so you can see how you can start using it in your PHP projects.
More ... Post a comment See comments (0) Trackbacks (0)