Composer Command not found
How to fix Composer Command not found The error message "bash: composer: command not found" indicates that th…
How to fix Composer Command not found The error message "bash: composer: command not found" indicates that th…
How to Remove x-powered-by in Apache/PHP Sometimes you may need to hide x-powered-by in Apache/PHP server to protect …
HOW TO USE UNION SQL TAG FOR TOTAL,PENDING select 'CIVIL' DPT , COUNT(*) AS TOTAL ,SUM(DECODE(NVL(to_char(fin…
<?php $con = oci_connect('test', 'tewst', 'ur address'); if (!$con) { $e = oci_erro…
CONVERT PHP HTML PAGE TO PDF Downloaded the phpToPDF.php API you can download // INCLUDE THE phpToPDF.php FIL…
Use at the TOP of PHP page header('Content-type:application/json'); error_reporting(E_ALL &am…
Alternative Row Color For list view while using Json Data in Asyc.. This will give alternative color import a…