Skip to content

Tag: php

Create a custom user email

I actually wish to have a custom email when a user signs up on the website. Here is the existing code: current result: Thanks for creating an account on (website name). Your username is (user name). You can access your account area to view orders, change your password, and more at: https://www.(website name).…

Getting values to compare from a Explode Array of Strings

I have this string that I’m Getting from a Mysql Result: Result1: Then, I have some ID from another mysql Result like this: Result2: Then I’m using an Explode in order to separate Result1:. Like I’m Getting this: Now, I’m doing I’m using a foreach and then using another explode t…

Pipedrive Webhook PHP endpoint code example

I have setup a webhook from Pipedrive to activate on a deal being updated. I am struggling with the correct way to read the json response in php. I am new to Webhooks so is there another way of reading the response data. This is what I have: In requestbin I am getting a response with all the correct informati…