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 […]
Block a specific IP Address to execute, run rest code and View the Website or Web page
Sometimes we need to stop some specified IP Addresses to block the execute the code or stop to view our website or code so that I wrote that PHP code […]
Google reCAPTCHA v3, How to use validation of HTML JQuery PHP Form.
Google reCaptcha v3 returns JSON format data. That data based on interactions with your website and validate the form submit inquiries if the submitted form inquiry is validated then it’s […]
How to add Date Time Month by timezone in Zoho CRM
I try to add the Date and time in Zoho CRM but it not added because the format of date-time is not correct. So used the below code and try […]
PHP cURL download image from URL or remote address
Download file, image from URL by using PHP cURL. How to download an image or save it into the particular directory from a given remote URL by Using PHP cURL. […]
Integrate Transmitsms SMS API use with PHP cURL
Transmit SMS API use with PHP cURL. Send SMS by using API to retrieve information about messages and campaigns. Below the PHP code for how to use Transmit SMS API. […]
Send Mail by JavaScript AJAX PHP Mail Function by Submit form
JQuery AJAX and PHP Code for Contact Form Ajax (Asynchronous JavaScript and XML) means by send or receive data with the server without refreshing or reloading the web page. In […]