PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #6340

Quickform 'Strips' BackSlashes From Text

Details

Submitted2005-12-23 23:11 UTC
Fromdarren dot bowen at freestylegames dot com
StatusNo Feedback
PackageHTML_QuickForm
PHP Version4.4.0
OSWindows
Roadmaps(Not assigned)

Comments

[2005-12-23 23:11 UTC] darren dot bowen at freestylegames dot com

Description:
------------
If the form contains a *text element* field and the user enters something like "C:\path\to\stuff" then the value that will be retireved in the process() callback function will be missing the slashes:

"C:pathtostuff"

I suppose this could be a feature(?) but it's not doing me any favours anyways.

Test script:
---------------
none yet.