WordPress – OpenCart – SEO – Web Development

Archive for Tháng Mười Hai, 2019

Cách xử lý lỗi mongodb khi nâng cấp php 7.4 trên centos

Khi nâng cấp VPS lên php 7.4 chúng ta thường gặp lỗi php driver mongo cách xữ lý là sudo pecl uninstall mongodb sau đó chạy lại lệnh sudo pecl install mongodb Khi dùng thư viện php mongodb không cài đặt được composer require mongodb/mongodb cách xữ lý pecl upgrade mongodb

Đọc tiếp »

Cài đặt GeoIP trên CENTOS 7 với Composer

Cài đặt GeoIP trên CENTOS 7 với Composer

GeoIP2 PHP API Description This package provides an API for the GeoIP2 web services and databases. The API also works with the free GeoLite2 databases. Install via Composer We recommend installing this package with Composer. Download Composer To download Composer, run in the root directory of your project: curl -sS https://getcomposer.org/installer | php You should now have the file composer.phar in your […]

Đọc tiếp »

Ví dụ làm sao tạo form với Google reCAPTCHA v3 sử dụng PHP

In this article, I’m going show you how to add Google reCAPTCHA v3 to a form on your PHP website. The latest reCAPTCHA is different than the previous versions—it doesn’t require user interaction at all. In this post, we’ll see how it works, and we’ll build a real-world example for demonstration purposes. As a website […]

Đọc tiếp »

Top