Skip to content

Tag: php

Paypal express checkout : systematic 10486 error

i use paypal express checkout to sell simple benefit on my website. When i am with sandbox, it works fine. But as soon as i change for live mode with real password and signature, i get systematically this error : My buyer account is good and no problems to buy on other websites. I asked friends to try with th…

PHP MySql delete query

I have a delete script on my dashboard that WAS working before moving domains. ( not sure if that is relevant ) The code for my ‘deletejob.php’ is below. <?php error_reporting(0); $host = '…

Can I refer to a DIV id or class in a PHP file from a HTML page?

I am trying to add my own custom contact form to a Blogger website project. I’ve got the contact form HTML code in the Blogger template and its own PHP file running on a server, which link I point to the form tag action. It sends email and both platforms seem to communicate well. Among many improvements…

WAMP 403 forbidden from external sources

I have read a ton of threads here and elsewhere but none of the suggestions have worked. I installed the latest version of WAMP 64 bit on a fresh install of Windows Server 2012 R2. I created a subdirectory within the www directory called andrew. In that is an index.html file. I added the following to the host…

How to validate phone number in laravel 5.2? [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 years ago. Improve this question I wan…