36,589
Top Comments
see all
All Comments (22)
-
@tony098uk instead of that put if(isset($_POST['submit']))
-
@MrSaadalti thanks!!
-
@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;
-
how can i create another session for name. So whatever page i want to show their name i just call it.
-
turn on captions, it's funny
-
Thank you,it's works :)))
-
Im getting an undefined error message on line 9.
on that line I have
if ($_POST ['submit'])
What have I done wrong?
Loading...
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
@omanoman98 if(isset($_POST['submit']))
MrSaadalti 5 months ago 3