β prev | next β
arena_xD 2020-10-09 19:44:28
if(isset($_POST[‘submit’])){
$username=$_POST[‘username’];
$password=$_POST[‘password’];
$stmt=$conn->prepare(“select * from login WHERE username = ‘”.$username.”‘ “);
$stmt->execute();
($row= $stmt->fetch(PDO::FETCH_ASSOC));
$match =$row[‘password’];
if (password_verify($password, $match)){
$_SESSION[‘username’]=$row[‘username’];
$_SESSION[‘start’] = time();
$_SESSION[‘expire’] = $_SESSION[‘start’] + (1 * 30);
header(‘location:session.php’);
}else{
echo “<p style=’color:red;’>Username or Password is incorrect</p>”;
}
}
arena_xD 2020-10-09 19:44:32
arena_xD 2020-10-09 19:44:28
if(isset($_POST[‘submit’])){
$username=$_POST[‘username’];
$password=$_POST[‘password’];
$stmt=$conn->prepare(“select * from login WHERE username = ‘”.$username.”‘ “);
$stmt->execute();
($row= $stmt->fetch(PDO::FETCH_ASSOC));
$match =$row[‘password’];
if (password_verify($password, $match)){
$_SESSION[‘username’]=$row[‘username’];
$_SESSION[‘start’] = time();
$_SESSION[‘expire’] = $_SESSION[‘start’] + (1 * 30);
header(‘location:session.php’);
}else{
echo “<p style=’color:red;’>Username or Password is incorrect</p>”;
}
}
Anyone help me how to adding toast in login when username or password is incorrect
S 2020-10-09 19:47:31
Davekez 2020-10-06 13:52:46
I want to show images in card 20records in a page
Use data tables
S 2020-10-09 19:49:30
nafseerck 2020-10-06 22:25:44
Hello Guys , I have created a contact form Using Php and added it into my Godaddy hosting side. The problem is i am not getting any emails.
i have checked it with other free hostin sites and i am able to receive emails by using the same code. the problem is with godaddy.
can some one help me. Its very urgent
Which framework you used?
arena_xD 2020-10-09 19:53:36
S 2020-10-09 19:49:30
Which framework you used?
Laravel
androbhikk 2020-10-09 19:55:42
arena_xD 2020-10-09 19:44:32
Anyone help me how to adding toast in login when username or password is incorrect
U mean toastr?
S 2020-10-09 19:56:08
Change mail driver settings in env file
arena_xD 2020-10-09 19:59:57
androbhikk 2020-10-09 19:55:42
U mean toastr?
Yes
Pegasus14th 2020-10-09 20:19:02
How can I use ternary operator with multiple condition
httpstmelLbHW8yY6Ns4NDg1 2020-10-09 20:48:48
Any body have wamp server
midnightmadwalk 2020-10-09 20:59:40
httpstmelLbHW8yY6Ns4NDg1 2020-10-09 20:48:48
Any body have wamp server
ae shu hoy ?ππ
Shubh2921 2020-10-09 21:09:01
Hey everyone, I have one isse in codeigniter I want to convert excel file to pdf using phpexcel in codeigniter, please help me
Shubh2921 2020-10-09 21:09:11
Issue*
Arjun_mehta 2020-10-09 21:09:52
Who can make auth code finder php of 1 app.. please msg me ππ
arena_xD 2020-10-09 21:26:59
midnightmadwalk 2020-10-09 20:59:40
ae shu hoy ?ππ
Areee bhai avu naiπ€£
midnightmadwalk 2020-10-10 04:31:03
arena_xD 2020-10-09 21:26:59
Areee bhai avu naiπ€£
it was majaak.
kameshindore 2020-10-10 09:07:00
VINAYAK KOKANE 2020-10-08 22:08:17
Hi guys…
I have one problem with phpmyadmin..
Even after creating a db and adding table in it and also by adding data in it, I am not getting stored db info!
post your insert query here.
kameshindore 2020-10-10 09:09:01
Davekez 2020-10-08 19:10:28
Ok , do you know how to show Birthday today profiles from database
Supriya, Its simple. You can use select query with where condition to fetch list of birthday as per current date.
Davekez 2020-10-10 10:27:21
kameshindore 2020-10-10 09:09:01
Supriya, Its simple. You can use select query with where condition to fetch list of birthday as per current date.
Sir, I am finding the solution,but how to display in bootstrap in a grid view with carasoul slider
Davekez 2020-10-10 10:27:55
kameshindore 2020-10-10 09:09:01
Supriya, Its simple. You can use select query with where condition to fetch list of birthday as per current date.
Actually I am new in php and web development area ,so no idea how to get the solution
kameshindore 2020-10-10 11:30:52
Davekez 2020-10-10 10:27:55
Actually I am new in php and web development area ,so no idea how to get the solution
no issues. let me know what u have tried and where u strucked.
2020-10-10 11:50:32
Can we convert PHP to aspx file?
kameshindore 2020-10-10 12:16:33
2020-10-10 11:50:32
Can we convert PHP to aspx file?
no. both are different.
2020-10-10 12:19:09
Can you convert?
kameshindore 2020-10-10 12:32:47
2020-10-10 12:19:09
Can you convert?
its not about converting, it needs code rewrite
kameshindore 2020-10-10 12:33:31
you can have dotnet developer to rewrite ur php functionality.
Kemal raihan 2020-10-10 14:13:15
is that a good thing?
kishor10d 2020-10-10 16:47:28
Kemal raihan 2020-10-10 14:13:15
is that a good thing?
Which one??
2020-10-10 18:42:37
Shubh2921 2020-10-08 21:51:16
Any MySQL expert is available here?? Please help me
What problem tell me
2020-10-10 18:42:37
Yes I am
Davekez 2020-10-10 19:42:08
Davekez 2020-10-10 10:27:21
Sir, I am finding the solution,but how to display in bootstrap in a grid view with carasoul slider
I am stuck here
Davekez 2020-10-10 19:53:52
Thanks group for your helping hand
Pratik Kulkarni 2020-10-11 07:09:06
Pratik Kulkarni 2020-10-11 07:09:12
Can any boady help me in this am stuck here
Pratik Kulkarni 2020-10-11 07:11:09
In the else part if loop is skip and function directly go to $count variable what should i do for this
kasimmk 2020-10-11 07:29:49
kasimmk 2020-10-11 07:29:50
kasimmk 2020-10-11 07:29:50
kasimmk 2020-10-11 07:29:52
kasimmk 2020-10-11 07:30:08
Any expert? fetching data is working but update not working.. please help
Devendra Vishwakarma 2020-10-11 08:57:28
kasimmk 2020-10-11 07:29:50
Here you have to write table name first but you are using column name
D_deepak 2020-10-11 09:11:41
Hey i make one bot can you interest for see
Shiva Singh 2020-10-11 11:40:15
Hi can anyone help me for how to create a function for without login don’t opne any page in php s website
Richa8 2020-10-11 11:40:37
Can any one help me in backend
Richa8 2020-10-11 11:41:06
I need help in sql and php
Shiva Singh 2020-10-11 11:41:43
I m create a website in MVC with php
Dev 2020-10-11 12:40:48
Shiva Singh 2020-10-11 11:41:43
I m create a website in MVC with php
U can use here session for doing this
Dev 2020-10-11 12:41:06
Richa8 2020-10-11 11:41:06
I need help in sql and php
Yaa sure
kameshindore 2020-10-11 14:12:19
Richa8 2020-10-11 11:41:06
I need help in sql and php
post ur query here.
β prev | next β