Debuging Question?
Posted: Mon Jan 11, 2010 1:55 pm
I'll admit right up front that I am in way over my head on this one.... I'm trying to modify a script created by one of those web form creation programs (SIMFATIC..which works really well). I have one form processing script that displays the form and does all the mail and validation stuff. The form's action goes back to this same script (ie the webform is accessed via url example/example.php and this same file is in the form action) . I have learned quite a bit about PHP by using the debugger and stepping through each line of code. I want to step through each line of the code that is called in the form's action. How do I do this? Am I even looking at this correctly?