I have a form that is written in php. I'm using dreamweaver to edit it. I would like to see if the data from the form fields is being passed correctly. When I try to put an echo in the code, it does not display the information in the fields. I am only able to echo a hard coded string in quotation marks. Can someone tell me how I can see the data in a field once it's been entered on the web in a form field and then passed on to another php program?