PHP

OpenSSL SSL_connect

OpenSSL SSL_connect: SSL_ERROR_SYSCALL The error “OpenSSL SSL_connect: SSL_ERROR_SYSCALL” in cURL usually indicates a…

Alternative of cURL in PHP

Alternative of cURL in PHP If you want to make an HTTPS request without using cURL in PHP, you can use alternative …

How to Remove x-powered-by in Apache

How to Remove x-powered-by in Apache/PHP Sometimes you may need to hide x-powered-by in Apache/PHP server to protect …

Composer Command not found

How to fix Composer Command not found The error message "bash: composer: command not found" indicates that th…

CONVERT PHP HTML PAGE TO PDF

CONVERT PHP HTML PAGE TO PDF

CONVERT PHP HTML PAGE TO PDF Downloaded the phpToPDF.php API you can download   // INCLUDE THE phpToPDF.php FIL…

Blank Value in MYSQL by PHP :-Solution

Blank Value in MYSQL by PHP :-Solution

Use at the TOP of PHP page header('Content-type:application/json');               error_reporting(E_ALL &am…