problem with phpEd and variables
Posted: Sat May 17, 2003 9:34 am
I ve been using phpEd v. 3.1 for debugging my php code (which runs with an Apache server on a WinMe platform) . when I run in debug mode and I submit a form with enctype="multipart/form-data" (for a file uploading script) and besides the filename, there are some other input (e.g. input text box), the values of the corresponding variables are not passed to the script of the action attribute of the form.
e.g. I have an input text box (i.e. <input type=text name=fillin>). In the script that runs when the form is submitted, the variable $fillin is undefined. But, when I run the same script outside of phpEd (in IE) it works ok.
Is that a bug of phpEd, or some option in the way that its server runs? Appreciate any suggestions
e.g. I have an input text box (i.e. <input type=text name=fillin>). In the script that runs when the form is submitted, the variable $fillin is undefined. But, when I run the same script outside of phpEd (in IE) it works ok.
Is that a bug of phpEd, or some option in the way that its server runs? Appreciate any suggestions