Uploader Comments (phpacademy)
Top Comments
-
Nice tutorial! And in HD!
Can't get any beter! Keep it going.
Fuck those: "OMGLOL FIRSTPOST" comments.
-
I have a question about the script,If you are logged in your web site and go to the forum do you have to log again.I folow the steps in the tutorial and after I go to the forum I am beeing asked to log in again.
Thanks
All Comments (63)
-
@GrimeUploads I'm getting this aswell
-
i kept getting undefined index, fixed by changing:
if ($_POST['login'])
to
if (isset($_POST['login']))
-
Btw i also wanted to know, is the code up to date, because if i just run the code, i get a blank screen, no error. My database is connected correctly, but for some reason the code i got from your forum isnt doing anything.
-
Hi i need help! when i use the code my form dissapears! Please help!
-
Sorry, i mean cookies :)
-
I have a 100% solution of PHPBB login integration with PHPBB sessions and coocies. If anyone want to get it, just PM me, it's for free ;)
-
for forms, not the $_POST variable
-
did you know "POST" in higer case is now deprecated, it is now "post"
-
Because there should only be one person with the username in the forum, you don't need a while loop.
i like your videos ;)
why dont you have a website to put all your tutorials on a page with the code? that would be great :]
tubefan15 2 years ago 4
I used to! This hopefully will be coming back soon...
phpacademy 2 years ago