|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-22 15:08 UTC] hholzgra@php.net
[2001-10-22 15:39 UTC] grichards at endertechnology dot com
[2001-10-22 15:51 UTC] sander@php.net
[2001-10-22 16:36 UTC] grichards at endertechnology dot com
[2001-10-23 04:11 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 06:00:01 2025 UTC |
<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