What is the use of paypal in the e-commerece website?
Answers were Sorted based on User's Feedback
Answer / raman
paypal is an payment gateway site,any one have pay the
amount using creditcard via paypal.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / sreenia
To allow our customers pay the shopping cart bill online,
All the creditcard validation can be done by paypal people.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / veena
The third party tool which can be easily integrated to ur
web site. Pay pal will help in credit card transaction online.
money transaction online.
which is in turn help full for the customers.
Card validation,card expiration is been checked in paypal
| Is This Answer Correct ? | 4 Yes | 0 No |
Does facebook use php framework?
Is php dead 2019?
How error handling is being handled by php?
What is ci in php?
if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?
How can we submit form without a submit button?
What is the ioncube php loader?
What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?
How to retrieve values out of an array?
How do you destroy a session?
How do I know my xampp version?
What’s the difference between sort(), assort() and ksort? Under what circumstances would you use each of these?