Forum Moderators: coopster
In case of form system, we have submit button with a value which is checked using [php]isset($_POST['done'] && strlen($_POST['done'])>0)[/php] and so on...
Now is there any way i can detect/check if the user has pressed the link (say link to comment.php or showcomment.php). And if he has pressed then i would show the comments or give him a comment box accordingly on the current page.