Hello guys,
I currently have this (http://codecanyon.net/item/simple-website-comments/46483) script on dynamic pages of my site.
It gives the user 2 input fields, name and comment box.
Also it has gravatar support (as avatar).
What I need doing, is since we are running;
is that instead of user inputs his name, it can be gotten from that query and automatically inserted, and the avatar should also be imported from the mysql.
---------------
The script is one file.
If your interested let me know.
Cheers,
Ryan
I currently have this (http://codecanyon.net/item/simple-website-comments/46483) script on dynamic pages of my site.
It gives the user 2 input fields, name and comment box.
Also it has gravatar support (as avatar).
What I need doing, is since we are running;
PHP:
(mysql_query('select id,username,password,email,avatar from users where username="'.$_SESSION['username'].'"'));
is that instead of user inputs his name, it can be gotten from that query and automatically inserted, and the avatar should also be imported from the mysql.
---------------
The script is one file.
If your interested let me know.
Cheers,
Ryan