PHP how to create htacces file in windows pc localhost
In this video I have shown how you can create htaccess file in windows pc. I have demonstrated that with a small project created in xampp server. So the file…
Read more »PHP How to get URL parameters GET POST method
In this video I have shown you how you can get URL parameters with a get request. I have shown that doing it through a form and a href link….
Read more »PHP-Send HTTP Get/Post Request and Read JSON response
In this video I have shown you how you can send HTTP Get/Post request and Read JSON response using PHP. Get request is demonstrated with help of ipinfodb.com and Post…
Read more »how to parse nested JSON in PHP
In this video I have shown how to parse nested JSON in PHP. This example is demonstrated in xampp server in windows pc. I have shown 2 examples in the…
Read more »Hide/Custom download path for files PHP using MySQL Database
In this video I have shown how you can have custom link for your download path in PHP. This example worked on xampp server and you should have MySQL installed…
Read more »How to hide Download Link (with PHP)
In this video I have shown how you can hide the real download path in PHP. This example is best suitable for hiding only some URLs as this works purely…
Read more »Open MySQL through Command Prompt CMD
In this video I have shown how you can open MySql through Command Prompt. 1. Open command Prompt. 2. Now navigate to the location where you have installed MySql. In…
Read more »Send Mail from Cpanel /usr/sbin/sendmail using Perl
In this video I have shown how to send mail from Cpanel using Perl Script. 1. As shown in the video, A sample script is given below to send a…
Read more »this api project is not authorized to use this api
In this video i have shown how you can solve the below error,
1 2 3 4 5 |
{ "error_message" : "This API project is not authorized to use this API.", "results" : [], "status" : "REQUEST_DENIED" } |
1. The documentation for the above request and response is available here, https://developers.google.com/maps/documentation/geocoding/start?hl=en 2. To…
Read more »