Jump to content

Commenting system help


spencaz

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.