Ads

Sunday, December 11, 2016

Accept Online Payments in Pakistan directly from your website

Today, I'll describe an online payment gateway which can enable you to Accept Credit Cards online on your website.Accepting Credit Cards online is very difficult in Pakistan so, you can use SMS Payment gateway to recieve payments from your clients.
Here is the details of Payment Gateway:

 Paygol:


PayGol provides online Payment processing services in all over the world.You can accept Credit Cards,Payguard,Call Payment and SMS Payment from your clients easily.Now a days, they have announced SMS Payment gateway in Pakistan.Here is the post from PayGol blogs:
//
Receive SMS payments in Pakistan

We are glad to announce that Pakistan has been added to our SMS payment coverage.

Benefits

- Fast and secure.
- Suitable for customers without access to a credit card or bank account.
- No activation fee or monthly costs.
- Millions of potential new customers.
Currency: Pakistani rupee (PKR)
Population (2015): 189.870.000
Number of mobile phones (2011): 105.151.871
// 

You can apply for Credit Card Processing service to accept credit cards otherwise you can use online SMS Payment Gateway to charge your clients through SMS service.
Here is the procedure to Start Accepting online Payments.

 Register your Account  and Setup your Account details such as Business details and Payout Details.
To implement PayGol Online Payment Gateway on your website, please read their documentation or you can give me order to implement on your website.

Tuesday, November 15, 2016

PHP - Use of Variables

Today, we will learn the use of variables in php scripting.Variables are also called memory locations where we store the input/processed data.In php, We use a $ (dollar) sign for variables and we can use it anywhere in the script while execution.To set a value of a variable, we use = (equal) sign.The value of variables in any program cannot remain constant.It means that the value of variable can be changed in the program while executing it.Here is sample php script where we'll use variables to print data on the screen.












Simple PHP Script with Variables:

<?php

  $Var1 = "My First program...";

echo $Var1;

?>
Output:

My First program...

Please note that all the strings must be written between double quotations " " otherwise you will get error message while executing the script.To write a number or mathematical operations, we can use them without double quotations.Here is an other php script where we'll define a variable and set its value as a number

 Numbers in Variable:


<?php

  $Var1 = 100;

echo $Var1;

?>
Output:

100
Here is another example of getting sum of numbers by defining a variable

<?php

  $Sum = 786 + 234;

echo $Sum;

?>

Output:

1020

In next article, we'll learn the use of Constants in PHP

Monday, November 14, 2016

PHP - First Hello World Script

In the previous post, we have been created an environment for php.Now we can develop and test our php scripts on our Personal Computer so, Lets start with a Hello World PHP Script. 
Now, I'll tell you about php syntax.To start your php script, we always use these starting and ending tags so, the server will execute the file as PHP Script.
<?php


  ?>
These two tags are required to execute your code in your web server otherwise it will display as text plain in the browser.
Now, lets create a new Hello World script.

Please follow these steps::
Step 1: Open PHP Designer 8 and create a new PHP File
when you will click on new php file, php designer will automatically add php tags into the file so, you need not worry about php tags.
Step 2: Write this code into the file
<?php echo"Hello World"; ?>
Here echo is a php syntax which is used to display a message on the screen.In php programming, every line must be separated by a semi-colon otherwise it may cause errors while executing the script.
Step 3: Save the file into the Document Root (Default: C:\xampp\htdocs\) and write the name helloworld.php
Now, its time to test your php code in the browser.Lets check it
Open your Browser and navigate to http://localhost/helloworld.php 
when the page will be loaded, you see the output like this:
 Congratulations! You have successfully developed your first php script!

PHP - Get Started

Today, we shall get started with PHP and shall create a localhost web server for testing purpose.A localhost web server works like a live website.Today, We'll learn about a software which enables us to create a localhost on our computer.To work with PHP, we'll have a localhost to test the PHP Scripts so, Lets start






How to Create a localhost on Windows PC?
Here is a software which allows you to make your own local website which works like a live site.It contains on PHP,MySQL and Apache.It means that you can test your web apps on your local pc without uploading them on your live site.The name of that software is XAMPP for Windows.
What is Xampp?
Xampp is a Windows Software which converts your PC into a local website with Apache and PHP.User can develop and test his web apps (Written in PHP or Perl) on his own pc without having a live site.You can download Xampp from its official site.







Download Xampp for Windows

How to Install Xampp?
After downloading the Xampp for Windows, just double click the setup and select the Features you want to install and click next.After successful installation, open the xampp control panel from your Desktop or Start Menu and Start the Apache Service.When you see the green bar with running text beside the Apache Service, click on Exit and open your web browser, there write http://localhost/ in the address bar and click GO.You'll see your Xampp Welcome page.
Your document root will be like this: C:\xampp\htdocs
all your PHP files will stored in that folder so that, we can access them from browser.

Now Everything is done and Now we need a Programming IDE (PHP Editor) so that, it will be very easy to develop your php scripts.

Here, we'll use PHP Designer 8 as IDE which can be downloaded from the link bellow.
Simply download the app and install it.
Download PHP Designer

php, php programming,php developer,xampp,php designer,web development,php scriptinh

Monday, October 31, 2016

Linux Web Hosting 30 Days Free Trial without Credit Card

Many web hosting companies provide a trial to test out their features but they require a Credit Card to start a trial which is against the security of Card.Today I'll discuss about a web hosting company which is providing Linux Web Hosting with 30 Day Free Trial.So lets start
Start your Web Hosting Trial with ZameenHost.com
ZameenHost is the best Web Hosting company which provides you unlimited resources.Their prices are very cheap.Now a days, they have started a new offer for their clients and that offer is 30 Days Free Trial.They do not require any credit card to start your free trial.It means that you don't have to pay a penny before 30 days.Some companies require credit card in trial mode to verify the user but ZameenHost does not require any verification process with Credit Card.You have to just create your account to start your Free Trial so lets start.
Click on Get Free Trial to register your account

Get Free Trial

 

Linux Web Hosting with Unlimited Diskspace

There are many Web Hosting Companies can be found on the Internet but most of them do not provide you Unlimited resources which means that your website will be limited.So we have found some companies which are providing Linux Web Hosting with unlimited resources and that's on lowest price. One of the best Web Hosting companies is discussed bellow. 
 ZameenHost - Linux Web Hosting Company


ZameenHost.com is the best web hosting company for people who want to get Unlimited Diskspace and Unlimited Bandwidth , so, it means that your website will never exceed the bandwidth.ZameenHost will provide you all cPanel Features with a lowest price.Take a look at Features.

Features:
-- 11 GB -> Unlimited Diskspace 

-- 125 GB -> Unlimited Bandwidth

-- 10 -> Unlimited Addon,Parked and Sub Domains

-- 5GB VPN Trafic 

-- 10 -> Unlimited Email Accounts 
These all features will be given you with a lowest price of $4.85/mo
ZameenHost also give you 30 days money back guarantee without questioning answering.One more thing is that they are now providing a 30 days trial without any payment.It means that you can test ZameenHost without the need of credit card.So lets get started with ZameenHost and get all the above Features.

Get Started

Sunday, October 30, 2016

Earn money with Fiverr and receive earnings easily

Earn Money Online:
There are many ways to make money online but , in Pakistan, it is very difficult to receive payments from other countries online.So there is an easy way ,discussed bellow, make money in Pakistan easily with Fiverr.
Now people in Pakistan can receive their payments directly to their bank account easily.

What is fiverr?
Fiverr is an alternative to Freelancer where workers sell their services and make Thousands of dollars per day.It means that users (Particularly students) can earn money easily.On fiverr, Buyers create a request for service and set their budget and Sellers give them an offer.If the buyer accepts the offer, he pays to him and get his service.

How to make money?
This is well known question asked by many people especially by students who want to make money online.Today I will describe an easy way to make money online and I'll teach you that how you can receive your earnings in your Account (especially in Pakistan). Many Pakistani people have trouble in receiving their earnings.Now they can receive their earnings easily by using Payoneer Account.
First of all, register your account on fiverr by just following these steps

-- Register Your Account on Fiverr by Clicking on Register Now bellow

-- Set an attractive profile picture so that people can trust you

-- Update your Description which may contain on your Experiences and your Hobbies

-- After updating your description, Create a New Gig and enter what you can do and set prices for your service

-- After completing the Gig process, share it to your Friends so that you will get more buyers.

For some days, you will not get any order for your service but don't worry, You will get orders after a few days or weeks.

Register Now


How to receive your Earning in Pakistan?
It is very difficult to receive money online in Pakistan so we have found an online USA company who provides the facility to receive money in Pakistan and in all over the world.That company is Payoneer.Payoneer allows people to send and receive money online in all over the world.After registering your Account with Payoneer, thay will send you a master card which can be used to withdraw money from your account.They also provides an US Payment service to Deposite money in your Payoneer account.
How to Apply for Payoneer Master Card?
You can apply for a Payoneer's Master Card by just following the bellow steps.Payoneer's Master Card is free charge.You will receive your Master Card in 7-15 business days and after receiving your card, you will have to activate it before using.So lets start to apply for Master Card

-- Click on Apply Now

-- Fill the form with your personal details and Complete the registration form

-- You will be prompted for you ID, Just capture two pictures of your NIC (Front and Back side) and Submit it when prompted.

-- After successful registration, you will have to wait for 7-15 business days to get your Card.

-- When you will receive your Master Card, Now you have to activate it so you can use it after activating.When you will login to your Payoneer Account, there you see an activate card link.Click on that link and set new Pin for you Master Card.

Apply Now


Congratulations...!
Now you are ready to use your Payoneer Account to receive money from Fiverr.

(Note: Please do not apply for more than 1 account per family, otherwise they can ban your account and you can lose your account balance!)

Best VPS Hosting 12 Days Free Trial without Payment

Here we have found another Free VPS hosting company for 12 Days.You can get you Free VPS before any payment.
The name of that company is BaeHOST.




Baehost is now providing Free 12 Days VPS Trial with payment.You can register your account by just clicking on the following link and start your Free Trial of VPS for 12 Days.Thay do not require any Credit Card to be added to verify, so you need not worry about Credit Card.Just click on Signup and Get a free Trial Now.
Register

Get Free VPS without Credit Card


There are some websites are listed bellow which are providing free VPS Servers with (or without) trial.You can register your account on them and Start your free VPS in just 30 seconds.So lets start
1: HapHost

 


Haphost is the World's best Free VPS and Free Web Hosting Company.Thay provides Free VPS for life time.On the end of every month, thay send you an email with a link to renew your expiring VPS and after clicking on the link, your VPS will remain online.Haphost provides 10GB Diskspace and Bandwidth with one ip address.You can reinstall Operating System Images for unlimited number.
Click on the following link to get Started.
Signup

2: VPSIE




VPSie is another Free VPS providing company.Thay provides one month of Free trial by using coupon code.Here is a link bellow to get your Coupon code.You will be prompted for you First/Last name and Email,Password.After Successfully registering, you will receive an email from VPSie with an coupon code.Copy the copoun code and put it into your VPSie Account.After entering the coupon, $4 will credited in your account which can be used to purchase a VPS for one month.
Click on Register to Get Your Coupon in your email
Register