Portal Login with Google Account using PHP
Portal Login with Google Account using PHP : Google OAuth Programming interface gives a simple and strong method for coordinating the login framework on the site. Google Login Programming interface…
9 Login Page Templates With HTML & CSS
9 Login Page Templates With HTML & CSS : Planning a speedy login page may not seem like a lot. It’s simply a structure and a submit button all things…
How to check div is display:none or block in javascript
it is generally recommended to avoid inline JavaScript, but rarely is there an example of how to do it. Here is my way of attaching events to buttons. I’m not…
Search value from Input box in mysql php
You can create a simple live database search functionality utilizing the Ajax and PHP, where the search results will be displayed as you start typing some character in search input…
Javascript download file automatically | image auto download javascript
Do you also want to install some kind of Auto Downloading System in your website, like you mentioned, how can you implement a script to auto download files like Image,…
How to get Value from url in php without get method
Are you also making such a website in which you have to get any value from the URL, that too without using the method with $_GET[‘name’] then how can you…
How to get YouTube video id from url with PHP Regex
I want to get the v=id from YouTube’s URL with JavaScript (no jQuery, pure JavaScript). get YouTube video id from Link with PHP Regex Example YouTube URL formats http://www.youtube.com/watch?v=hw_HpTI_Wkw&a=GxdCwVVULXctT2lYDEPllDR0LRTutYfW http://www.youtube.com/watch?v=hw_HpTI_Wkw Or…
How to Setup Loader Animation in Website – Example Pre Loader HTML CSS
Today we are going to learn that how we can install Pre Loader or Loading Script in any website, in any of our website, some steps are given below to…
How to setup hide recaptcha in website php – Google Invisible reCAPTCHA with PHP
Today we are going to tell you how you can setup recaptcha code to make your website secure, today we are going to tell you about Google Invisible recaptcha code,…
Send email in php code | php script to send mail
If you are working on a website in which you have to send mail, that too automatically then how can you send. Suppose you have created a portal in which…