10-11-2009, 02:18 AM
|
#2 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,296
Thanks: 17
|
There is no sure fire way to do this. You can do it by IP, but clients IPs change. You can also create a cookie and use that, but that can also change.
To do it by IP, insert the IP with the comment and only display unapproved comments when the stored IP matches the client's. To get the clients IP use $_SERVER['REMOTE_ADDR']
|
|
|
|