I can see you havent even integrated it properly for your own system. If you look at the bottom off my thread, there'a a FORM that redirects to PayPal with the REQUIRED data for a payment.
Sent from my SM-G928F using Tapatalk
Post your code. Did you configure your PayPal account settings?
EDIT:
If you look REALLY closely, it is RIGHT IN FRONT OF YOUR EYES.
We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller.
Since y'all got me in a good mood, I'm going to release this script that I coded.
For more information about how this service works check out the website that checks the IP's:
http://getipintel.net
Okay, so first off we gotta create a function called getIP()
public function getIP()
{...
If half the people on this forum knew how to Google, their hotels wouldn't have so many flaws and exploits lol.
Instead of just believing what everybody tells you, they should research and find out for themselves instead of just being a bunch of naive fools.
Sent from my SM-G928F using Tapatalk
public function __construct(array $mysql) {
try {
$this->pdo = new \PDO(
'mysql:dbname='.$mysql['database'].';host='.$mysql['hostname'].';charset='.$mysql['charset'],
$mysql['username'],
$mysql['password']
)...
I dont understand, why not just make connect() a constructor, so you dont have to literally use it in every function you do?
I'mma provide an example in a few seconds.
Indeed. I use NGINX with HHVM on my demo hotel for my CMS, and my loading speed went 8x faster than with Apache. Current loading speed is approximately 0.000067 seconds on the index page.
Sent from my SM-G928F using Tapatalk