Category: xampp
Here is the curl call for to get the chats for Zopim online live chat platform. List of Chats Done in zopim $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://www.zopim.com/api/v2/chats"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, …
Step 1 : Instance -> Networking -> Manage IP addresses then assign new ip it will then add a new private ip address Step 2 : Network & Security -> …
apt-get update && apt-get upgrade Step 2: Install PHP 5.6 Install the PHP5.6 repository with these two commands. apt-get install -y software-properties-common add-apt-repository ppa:ondrej/php apt-get update apt-get install -y php5.6 …
Hi to all my friends. Due to request of many people the issue was rising that your virtual hosts are showing the ssl certificate issue. And i’ve find out the …
You can make virtual host in apache. It’s quite simple. If you are using windows. There are only two steps. Step 1 : Just open the file C:\xampp\apache\conf\extra\httpd-vhosts.conf Just add …