How to get Contents of a Webpage using PHP curl

PHP cURL module allows you to connect to remote websites and API endpoints to exchange data. To see if you

Laravel supported ciphers are AES-128-CBC and AES-256-CBC

On a Laravel application, I get the following error message To fix the error, run the command This will generate

How To Install ionCube on Ubuntu 20.04

ionCube is PHP extension that is used to load ionCube encoded PHP files. ionCube is used to protect commercial PHP

How to install PHP PECL Extension

PECL is a repository for PHP extensions. To install PHP extensions from PCEL, you can use the command To install

Monitoring APCu with APCu Panel

apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run The package provides following files To enable

nextcloud dashboard

NextCloud APCu not available for local cache

When trying to upgrade nextcloud, I get the following error To fix this, you need to install APC cache. For

How to clear Laravel cache

How to clear Laravel cache

To clear laravel cache, run command You can also delete compiled files from

PHP Script to verify private key matches SSL certificate?

PHP Script to verify private key matches SSL certificate?

OpenSSL command can be used to verify if an SSL certificate matches a private key file. You need to find

Codeigniter 3 session not working

Codeigniter 3 session not working

On a web application, session not working. I verified PHP session is working with script https://gist.github.com/serverok/8c504205ae0357e0c6488eab880a77bf When refreshing the script,

Redirect a site to www using PHP

Redirect a site to www using PHP

To redirect a site to url with www using PHP, you can use following PHP code Add this code in

PHP script to test IMAP

PHP script to test IMAP

Here is a PHP Script to login to IMAP server. See PHP

How to find Laravel Framework Version

How to find Laravel Framework Version

Laravel is a popular PHP framework. In this post, I will show how to check laravel version. To find Laravel