'php 7' tutorials

All 'php 7' tutorials:

  1. How to Send Text Messages With PHP

    How to Send Text Messages With PHP

    Tutorial Beginner

    Text messaging has become extremely widespread throughout the world—to the point where an increasing number of web applications have integrated SMS to notify...

  2. How to Trim Strings in PHP

    How to Trim Strings in PHP

    Tutorial Beginner

    This quick tip will teach you how to trim strings in PHP from the left, right, or both ends at once. You will learn two different ways of doing it based on...

  3. Quickly Build a PHP CRUD Interface With the PDO Advanced CRUD Generator Tool

    Quickly Build a PHP CRUD Interface With the PDO Advanced CRUD Generator Tool

    Tutorial Beginner

    In this article, we’re going to review PDO CRUD—a form builder and database management tool. PDO CRUD helps you build forms for your database tables with...

  4. Create a Google Login Page in PHP

    Create a Google Login Page in PHP

    Tutorial Intermediate

    Learn how to integrate Google login in your PHP website. We’ll use the Google OAuth API, which is an easy and powerful way to add Google login to your site.

  5. Displaying the Date and Time in the WordPress Loop

    Displaying the Date and Time in the WordPress Loop

    Tutorial Beginner

    Learn the different methods for displaying the date and time in the WordPress loop, and how to troubleshoot loops where dates aren't being displayed.

  6. Create a Custom CAPTCHA and Contact Form in PHP

    Create a Custom CAPTCHA and Contact Form in PHP

    Tutorial Intermediate

    This tutorial will teach you how to create a CAPTCHA in PHP. You'll also learn how to integrate your custom CAPTCHA into a contact form and improve its...

  7. How to Upload a File in PHP (With an Example)

    How to Upload a File in PHP (With an Example)

    Tutorial Beginner

    Learn the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for successful file uploads....

  8. PHP Integers, Floats, and Number Strings

    PHP Integers, Floats, and Number Strings

    Tutorial Beginner

    Learn about integers and floats in PHP, as well as the functions which can be used to determine the type of numbers that we are dealing with and convert...

  9. Real-Time News Data With the mediastack API

    Real-Time News Data With the mediastack API

    Tutorial Beginner

    Whether you run a non-profit organization, a small business resources website, a community news aggregator website, or you simply want to run an RSS feed on...

  10. How to Paginate Data With PHP

    How to Paginate Data With PHP

    Tutorial Intermediate

    In this article, we'll discuss how to paginate data with PHP. At the end, we'll also discuss how you can implement AJAX-based pagination.

  11. How to Use the Modulo Operator in PHP

    How to Use the Modulo Operator in PHP

    Tutorial Beginner

    This tutorial will help you familiarize yourself with the Modulo operator—one of the fundamental arithmetic operators in PHP. In this post, we'll discuss...

  12. Build a Music App With an Android App Template

    Build a Music App With an Android App Template

    Tutorial Beginner

    Learn how to get started creating a beautiful music app using an Android app template from CodeCanyon.