If this is not working go to folder C:\Users\manis\.android and open cmd and run you can get SHA1 value by run command keytool -v -list -keystore debug.keystore copy SHA1 code from list and convert http://tomeko.net/online_tools/hex_to_base64.php to convert your SHA1 value to base64.
These three are used to test the value of a variable.Three useful functions for this are isset(), empty() and is_null(). All these functions return a boolean value. If these functions are not used in the correct way they can cause unexpected results. isset() From PHP manual – isset(): isset — DetermRead more
You asking about implode function you can see and read carefully by click on give link See Answer at : https://www.developersmap.com/question/what-is-difference-between-imlode-and-explode-function/
You can use an existing image for print captcha text and use the code given below for jpg format session_start(); $ranStr = microtime(); $ranStr = rand(100,1000); $_SESSION['cap_code']=$ranStr; $imagepath="images/cap_bg.jpg"; $newImage = imagecreatefromjpeg($imagepath); $txtColor = imagecolorallocatRead more
But In windows how to import data in MySQL My suggestion: Open the command line and trigger command given below mysql -u username -p database_name < file.sql And try this one also 1. Open the MySQL command line. 2. Type the path of your mysql bin directory and press Enter. 3. Paste your SQL file insRead more
validation on confirm password in javascript ?
Manish Garg
Please Check the code for password and confirm password validation [html] <form method="post" action=""> <div class="selling-registraion bg-white"> <div class="srtitle">Forgot Password</div> <div class="row mb-20"> <dRead more
How to send Email in Cakephp
Manish Garg
Hello, Please Follow some step of code replace: add following transport method to config/app.php [php] 'gmail'=> [ 'host' => 'ssl://smtp.gmail.com', 'port' => 465, 'username' => 'yourgmail@gmail.com', //your gmail address 'password' => 'yourgmailpassword', //your gmail password 'classRead more
Ionic – Sign in with Facebook error code: 1349195
Manish Garg
If this is not working go to folder C:\Users\manis\.android and open cmd and run you can get SHA1 value by run command keytool -v -list -keystore debug.keystore copy SHA1 code from list and convert http://tomeko.net/online_tools/hex_to_base64.php to convert your SHA1 value to base64.
what is the difference between isset(), empty(), is_null() and undefined value in php
Manish Garg
These three are used to test the value of a variable.Three useful functions for this are isset(), empty() and is_null(). All these functions return a boolean value. If these functions are not used in the correct way they can cause unexpected results. isset() From PHP manual – isset(): isset — DetermRead more
what is implode in php
Manish Garg
You asking about implode function you can see and read carefully by click on give link See Answer at : https://www.developersmap.com/question/what-is-difference-between-imlode-and-explode-function/
how to add image capthcha in php
Manish Garg
You can use an existing image for print captcha text and use the code given below for jpg format session_start(); $ranStr = microtime(); $ranStr = rand(100,1000); $_SESSION['cap_code']=$ranStr; $imagepath="images/cap_bg.jpg"; $newImage = imagecreatefromjpeg($imagepath); $txtColor = imagecolorallocatRead more
DELETE DATA FROM TWO TABLES LINK WITH EACH OTHERS IN CAKEPHP 3
Manish Garg
I think this code also use in the controller
HOW TO IMPORT DATABASE ON LOCALHOST USING CMD TERMINAL IN UBUNTU
Manish Garg
But In windows how to import data in MySQL My suggestion: Open the command line and trigger command given below mysql -u username -p database_name < file.sql And try this one also 1. Open the MySQL command line. 2. Type the path of your mysql bin directory and press Enter. 3. Paste your SQL file insRead more