How to screenshot on windows

In this article I will share with you that if you are using any windows in your laptop then how you can take screenshot, well there are many ways to take screenshot but let me tell you how to take screenshot in easy way. First of all in this article, there is a very old … Read more

Install PHP 7.4 & OCI8 on Centos 7

If you are planning to use PHP to connect to an Oracle database, then the best possible option is to use OCI8, a PHP extension for Oracle. I will show you how to install PHP 7.4 with OCI8 support on your Centos 7 (This may be applicable on other Linux distributions also). Watch this video … Read more

How to install OCI8 on Ubuntu 20.01 and PHP 7.4

Source: http://www.syahzul.com/2016/04/06/how-to-install-oci8-on-ubuntu-14-04-and-php-5-6/ Source: https://medium.com/@kabeza/setup-oracle-instant-client-with-apache-and-php-7-on-ubuntu-server-17-04-66cea2297d6f Source: https://gist.github.com/hewerthomn/81eea2935051eb2500941a9309bca703#file-install_oci8_ubuntu_16-04_php7-1-md Install Oracle Instant Client and SDK Step 1 Download the Oracle Instant Client and SDK from Oracle website. (Need to login in Oracle page) http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html Files: instantclient-basic-linux.x64-12.2.0.1.0.zip and instantclient-sdk-linux.x64-12.2.0.1.0.zip. Step 2 Create a new folder to store Oracle Instant Client zip files on your server. Upload the Instant Clients files inside this folder.mkdir /opt/oracle Step … Read more