rjcfan4ever Posted July 10, 2011 Share Posted July 10, 2011 Hi! I am searching days for just a comment system that works, I need the comment system of youtube. (If you login you don't have to write your name in the comment system, the system must automaticly know your name from the login). Someone can help me? Thank you Rjcfan4ever Quote Link to comment https://forums.phpfreaks.com/topic/241577-comment-system/ Share on other sites More sharing options...
rjcfan4ever Posted July 10, 2011 Author Share Posted July 10, 2011 No one? Quote Link to comment https://forums.phpfreaks.com/topic/241577-comment-system/#findComment-1240855 Share on other sites More sharing options...
PaulRyan Posted July 10, 2011 Share Posted July 10, 2011 No-one is just going to give you the code, you will have to show some effort on your part to show you have at least attempted to try what you're asking for. If you want a script that will work out of the box, then post in the Misc section, this section is for help with PHP, not give you code when you ask for it. Regards, PaulRyan. Quote Link to comment https://forums.phpfreaks.com/topic/241577-comment-system/#findComment-1240890 Share on other sites More sharing options...
ZulfadlyAshBurn Posted July 10, 2011 Share Posted July 10, 2011 use php session and store the username variable. then on the user comment, get the username session. you should really learn some basics of php... Quote Link to comment https://forums.phpfreaks.com/topic/241577-comment-system/#findComment-1240894 Share on other sites More sharing options...
phpmady Posted July 10, 2011 Share Posted July 10, 2011 Hi, This is the logic you have to do, 1. User Registered. 2. User Login, Use sessions to find out user login or not. 3. if session exists, make logged in user to write the comment. Thats it, All the best Quote Link to comment https://forums.phpfreaks.com/topic/241577-comment-system/#findComment-1240896 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.