How to detect Adblock on my website?
If you enter to that site and your browser has some kind of adblock software enabled, then the site instead… Read More
Google Recaptcha Site Key and Secret Key Generate and Integrate
Google Recaptcha Site Key and Secret Key Generate If you also want to put I am not robot captcha on… Read More
Select tag with input tag display none or block | How can I show a hidden div when a select option is selected?
Select tag with input tag display none or block <!DOCTYPE html> <html> <head> <style> #hidden_input { display: none; } </style>… Read More
Contact us page design in html and css with source code
Contact us page design in html and css with source code Most importantly, we are familiar the code in html… Read More
Registration form design in html and css with code
Registration form design in html and css with code Most importantly, we are familiar the code in html of this… Read More
Mobile friendly registration form html code with css
Mobile friendly registration form html code with css First we should be aware of the html code of responsive enlistment… Read More
How to Fix/Solve Full description (en_US): “Missing source of information and disclaimer”
Full description (en_US): “Missing source of information and disclaimer” In today's time Google Play Console team is getting rejected by putting… Read More
how to use sweet alert in php or html | Sweet alert in php echo | How to edit a JavaScript alert box title? | alert box css style
how to use sweet alert in php or html | Sweet alert in php echo | How to edit a… Read More
How to calculate debit credit and balance in SQL | how to display user balance in mysql
<?php $connpans = mysqli_connect('localhost','user','pass','db'); $sqlp="select * from login_user"; $resultp=mysqli_query($connpans,$sqlp); $userdata=mysqli_fetch_assoc($resultp); $wallet = $userdata['wallet']; if ($userdata['wallet'] == "") { $balance =… Read More
Font style in CSS | HTML font family list | how to change font style in html
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> And in the stylesheet body { font-family: 'Roboto', sans-serif; } In any case the desired font must… Read More