Posted by J.O. Aho on 03/05/07 13:45
François Lagarde wrote:
> Hello
>
> I am looking for very simple php script (no databases) to allow visitors to let
> comments. My aim is to link this part with my static pages webs.
>
> Ideally I would like to call the script by:
> http://mysite/doComment?id=pageToComment.html
simple but not a good one:
exec("echo $usercomment >> /where/your/file/is.txt");
You could then use iframe to show the comments.
--
//Aho
Navigation:
[Reply to this message]
|