@dtcalleja Do you mean that you would like to echo the username to the user who is logged in? Use the $user = $_SESSION['username'] and type in echo $user;
Robinfromnorway 1 month ago
how can i create another session for name. So whatever page i want to show their name i just call it.
dtcalleja 2 months ago
turn on captions, it's funny
TechnoFreak181 3 months ago
Thank you,it's works :)))
kadaradam2 4 months ago
Comment removed
Im getting an undefined error message on line 9.
on that line I have
if ($_POST ['submit'])
What have I done wrong?
tony098uk 4 months ago
@tony098uk instead of that put if(isset($_POST['submit']))
ShadowRazoe 1 month ago
This has been flagged as spam show
if (you !subscribe)
{
echo "You are a fool!";
}
aljodewi 4 months ago
use @$...
berena57321 7 months ago
Thank you for this tutorial!!!
lucora1977 7 months ago
Why would you not make oldpassword a "password" type?
Grkgermn333 8 months ago
four words: u are the best
could u do a tutorial for (or du you have :-)?) : WHAT IS WHEN USER FORGOT USERNAME OR PASSWORD AT THE LOGIN PANEL
BaboonHBF05 8 months ago
Notice: Undefined index: submit in C:\xampp\htdocs\proiect\changepassword.php on line 8
Line 8 looks this way : if($_POST['submit'])
I had this error several times so far (i fuckin` hate it ) , but i solved it reading the ytbe comments. Now i`m stucked here. Help?
hantataru 9 months ago
@hantataru same problem
squernergaming 8 months ago
nice tutorials!
but could you do one on a forget password form?
hibye5087 11 months ago
thank you very much Alex this video tutorial helps me!
eaglesphere03 1 year ago
PriditProductions 2 years ago
Nice Alex nice!
Thanks for this video!
I like the new thing that you've added in this tutorial and that is:
php
if(submit i clicked)
else(present users with the form)
and that was all in php! so no need for any separate html code as we can embed them all inside echo in php!
Thanks and see ya in the next part!
omanoman98 2 years ago 6
the i in if(submit i clicked) is equal to 'is'
omanoman98 2 years ago
@omanoman98 if(isset($_POST['submit']))
MrSaadalti 6 months ago 4
@MrSaadalti thanks!!
MlleKnobs 1 month ago
@dtcalleja Do you mean that you would like to echo the username to the user who is logged in? Use the $user = $_SESSION['username'] and type in echo $user;
Robinfromnorway 1 month ago
how can i create another session for name. So whatever page i want to show their name i just call it.
dtcalleja 2 months ago
turn on captions, it's funny
TechnoFreak181 3 months ago
Thank you,it's works :)))
kadaradam2 4 months ago
Comment removed
kadaradam2 4 months ago
Im getting an undefined error message on line 9.
on that line I have
if ($_POST ['submit'])
What have I done wrong?
tony098uk 4 months ago
@tony098uk instead of that put if(isset($_POST['submit']))
ShadowRazoe 1 month ago
This has been flagged as spam show
if (you !subscribe)
{
echo "You are a fool!";
}
aljodewi 4 months ago
use @$...
berena57321 7 months ago
Thank you for this tutorial!!!
lucora1977 7 months ago
Why would you not make oldpassword a "password" type?
Grkgermn333 8 months ago
four words: u are the best
could u do a tutorial for (or du you have :-)?) : WHAT IS WHEN USER FORGOT USERNAME OR PASSWORD AT THE LOGIN PANEL
BaboonHBF05 8 months ago
Notice: Undefined index: submit in C:\xampp\htdocs\proiect\changepassword.php on line 8
Line 8 looks this way : if($_POST['submit'])
I had this error several times so far (i fuckin` hate it ) , but i solved it reading the ytbe comments. Now i`m stucked here. Help?
hantataru 9 months ago
@hantataru same problem
squernergaming 8 months ago
nice tutorials!
but could you do one on a forget password form?
hibye5087 11 months ago
thank you very much Alex this video tutorial helps me!
eaglesphere03 1 year ago
Comment removed
PriditProductions 2 years ago
Nice Alex nice!
Thanks for this video!
I like the new thing that you've added in this tutorial and that is:
php
if(submit i clicked)
else(present users with the form)
php
and that was all in php! so no need for any separate html code as we can embed them all inside echo in php!
Thanks and see ya in the next part!
omanoman98 2 years ago 6
the i in if(submit i clicked) is equal to 'is'
omanoman98 2 years ago
@omanoman98 if(isset($_POST['submit']))
MrSaadalti 6 months ago 4
@MrSaadalti thanks!!
MlleKnobs 1 month ago