spencaz Posted August 13, 2010 Share Posted August 13, 2010 Hello, Basically i am following this tutorial -: http://tutorialzine.com/2010/06/simple-ajax-commenting-system/ for a website I am creating. But in that tutorial when you write a comment you add a name, I was wondering is it possible instead for my website to use the users username as I have a login system that I created from folowing a tutorial on the same site. I am new to PHP and web creation so please keep the comments simple. Link to comment https://forums.phpfreaks.com/topic/210660-commenting-system-help/ Share on other sites More sharing options...
Skewled Posted August 13, 2010 Share Posted August 13, 2010 Yes, instead of having an input for the name you could do a hidden input for the name, if the username is stored in a SESSION variable you could use that or however you deal with the usernames. keep the id, value would be whatever the session variable is.. <input type="hidden"... and so forth. Hope that helps you. Link to comment https://forums.phpfreaks.com/topic/210660-commenting-system-help/#findComment-1098928 Share on other sites More sharing options...
spencaz Posted August 13, 2010 Author Share Posted August 13, 2010 could you show me an example with the code from the tutorial? thanks Link to comment https://forums.phpfreaks.com/topic/210660-commenting-system-help/#findComment-1098933 Share on other sites More sharing options...
spencaz Posted August 13, 2010 Author Share Posted August 13, 2010 bump Link to comment https://forums.phpfreaks.com/topic/210660-commenting-system-help/#findComment-1099043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.