Prepaid GSM Packages for Azad Jammu & Kashmir Only Activation code *725# Rates SCOM to SCOM 1.15 + Tax / Minute SCOM to other Mobile Operators & PTCL 1.60 + Tax / Minute F & F activation fees for 5 Numbers(Only SCOM Numbers) 30.00 + Tax New F & F …
Read More »What is Blockchain Technology , Cryptocurrency and Bitcoin
What is Blockchain Technology Blockchain technology is a decentralized technology. Different global network of computers use blockchain technology to jointly manage the database systems that records cryptocurrency transactions. What is Cryptocurrency A cryptocurrency is a digital currency based on blockchain technology. Currently there are more than hundred cryptocurrencies like bitcoin, …
Read More »Alternatives to Paypal To Receive Payment From Anywhere in the World
Top Alternatives to Paypal To Receive Payment Paypal is one of the best payment method when it comes to receiving payment from international companies like Google, Fiverr,Upwork,Freelancer and Amazon. But Paypal is not supported in many countries of the world like Pakistan. Here are the list of alternatives to Paypal …
Read More »Top 5 Problems Facing Startups Today
Problems Facing Startups Today Startups are emerging everywhere these days. Today, startups area flooding the entire marketplace and everywhere, students are even advised in schools and other educational institutions not to look forward to graduating and eventually looking for a job, but rather to work as much as possible while …
Read More »Online Earning – A New Business Dimension
In the modern technological age, people are showing a serious approach towards adopting online earning as business so as to use their spare time and energy for making some extra money, and this trend is continuously growing. With the dawn of technology, people started thinking about the possible means to …
Read More »How to upgrade PHP in Xampp for Windows?
1) Backup your htdocs folder 2) export your databases (follow this tutorial) 3) uninstall xampp 4) install the new version of xampp 5) replace the htdocs folder that you have backed up 6) Import your databases you had exported before
Read More »How to Make Changes in a Repository on Local Computer and Push to Github
Make Changes in a Repository on Local Computer and Push to Github Make changes in the local repository directory. Open command prompt if you are using windows. Then type: git status to check any changes. Now type git add -A to add new changes. To commit your changes type git commit -m …
Read More »Upload your project to GitHub using command prompt GitHub Desktop
First copy project url from GitHub. Open command prompt and type git clone(your project-url here) Write GitHub user name and password. Clone is done Now copy your project to new cloned directory. After copying type git Add -A . Then type git commit -m “[commit message]” Type git push …
Read More »How to Add JSON Data into WooCommerce WordPress Database from API
Add products from REST API to WooCommerce, update WordPress database WooCommerce tables with php code Here I have used github countries api to test. In this php code countries name and code is inserted directly into WooCommerce products into WordPress database. <?php /* Template Name: awsapi */ $sl =file_get_contents(‘https://gist.github.com/keeguon/2310008 …
Read More »How to select date between date range in SQL MySQL
Suppose we have a table namely attendance. If you want to show data till 4th April, you can just use this sql query. SELECT * from attendance where Date <‘2018-04-10’;
Read More »