Access Zoho API using PHP Curl Access Zoho API and Fetch all Zoho CRM records after create Zoho Postman Access token and refresh token with create PHP Curl. Fetch Zoho […]
Video : PHPMailer Install with Composer and Solve SMTP Error not authenticate using Gmail PHP Mailer
PHPMailer Install with Composer and solve SMTP error: Could not authenticate PHP developer setup PHPMailer for sending mail by PHP code. PHP mail() function also supports directly sending mail but […]
With PHP MySQL Query retrieve fetch all WordPress Blog categories in JSON REST API
PHP MySQL database query for fetching categories data in JSON Format. I run my WordPress website with MySQL database so need to fetch the database categories post data in […]
MySql query for fetch/ retrieve category data in WordPress with image thumbnail
MySql query for fetch WP post_id, post_title, post_date & name with using thumbnail for a particular WordPress category. WordPress also provides some methods for retrieving post data with thumbnails but […]
Get full current page URL in PHP
Echo current page URL in a PHP page. to echo or get the current page URL in a PHP page, use $_SERVER. Its build-in variable in PHP, which is used […]
Develop PHP Webhook for Google Lead Form Extension
How to set up PHP webhook code for forwards google lead extension form. create a webhook in PHP, save this file in the root folder with adwords_webhook.php for connecting your […]
Create Rest API with JSON output form MySQL Database Tables Data in PHP
Developed Simple Rest API data in array convert into JSON fetch from MySQL Database Tables. Below is code for creating JSON Array API data fetch from MySQL database. I use […]
Libmergepdf PHP Code for merge or concatenate multiple pdf files into single pdf
PHP composer library / SDK for merging or Concatenate multiples PDf(.pdf) files. Install libmerge pdf sdk by Packagist composer. Open your folder with CMD for installation of the composer […]
Get Country Name and IP Address in Form Hidden Field by PHP Geoplugin API
Using GeoPlugin PHP API to Get Country Name and Country IP address. Some time in HTML contact or WordPress contact form 7 we need to Country and Country IP […]
How to add canonical tag to every page in website by PHP
PHP two line codes add Canonical tag in website every page Add canonical tag dynamically by using PHP code easily with two lines of code. Canonical tag using on a […]