Tag: php

Developers Diary

Setting up Wamp64

Install MS Packages required Install wampserver -AS ADMINISTRATOR- Import .sql file (downloaded from client’s GoDaddy) Run 3 queries (below) to correct the URLs in the database Copy wp files to wamp64 folder Edit config file …

Developers Diary

Webhook JSON

At work I am writing code to run after a 3rd party forms vendor submits a user’s form. The form submission data is in JSON format. Today I learned about file_get_contents(‘php://input’); This is the command …