In case of form system, we have submit button with a value which is checked using
Code: Select all
isset($_POST['done'] && strlen($_POST['done'])>0)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.