How to view the elements enetered in the FORM element on the Explorer.
Is there any way to view in the Explorer.
First you need to learn the PHP basic at www.w3schools.com
To view form variables posted to a page, use $_POST['varable'] or $_GET['variable']. You can also get the vaiable using javascript, asp, jsp etc scripts.