ID: 13790 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment:
I didn't set up the Linux box, it's red hat, but I'm not sure what version or how PHP was set up. How can I find out (read, Linux newbie). Previous Comments: ------------------------------------------------------------------------ [2001-10-22 15:08:12] [EMAIL PROTECTED] are you using original RedHat 7 RPMs ? ------------------------------------------------------------------------ [2001-10-22 15:00:53] [EMAIL PROTECTED] <form method=post enctype=multipart/form-data action=$PHP_SELF> <input type=hidden name=step value=one> <input type=submit name=submit value=Submit> </form> echo "'".$step."'"; # yields: ' one' $step = substr("\r\n", "", $step); echo "'".$step."'"; # yields: 'one' Gotta get rid of that prepended line! Gabe ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13790&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]