0 Users appreciate this thread.
how to echo username and password?
PLMasterSSB (2013-08-16 20:39:50)ug, thx -MarioE
^ Click
(This Image was created from cooltext.com)
PLMasterSSB (2013-08-16 21:01:31)im still having a little trouble
^ Click
(This Image was created from cooltext.com)
(Capt.)Orb (2013-08-17 22:57:17)Your asking us for every script.....
You can echo the username easily, <?php
Session_start();
Echo " Welcome, $_SESSION['username'];?>
As for the password, why would you do that? The password should be encrypted.
Aviation fact: The a380 is the largest commerical aircraft in service!
Go to Splashiverse! Splashiverse
Go to Splashiverse! Splashiverse
PLMasterSSB (2013-08-18 00:29:20)im sorry, I know how to echo everything, but Im talking about echoing the username(that's logged in) along with their chat post. I now know I need to LEFT JOIN my tables but I don't know exactly what to do next.
@Global-Orb I ask for a lot of scripts, yes. but that way, i can actually ask questions to real people to make sure something is right. that way i can remember them good.
^ Click
(This Image was created from cooltext.com)
PLMasterSSB (2013-08-18 00:30:19)excuse me while i remake the this thread.
^ Click
(This Image was created from cooltext.com)
This topic is closed, so you can not post a comment.
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes
Sup guys,
so the users are stored in a different table and the messaged are stored in another.
how do you echo the persons username and the message, because they are in different tables?
^ Click
(This Image was created from cooltext.com)