From: Darren G. <dg...@tu...> - 2004-06-14 13:00:22
|
The index.php file in CVS was updated to fix this problem. I noticed it when I added a FAQ that ended in "0.9.3-3?". Darren > This was driving me nuts. Whenever a form var contained the text "t?", > like "what?", the "t?" was being replaced with "NOPHP" if it was sourced > from $_REQUEST[]. If $_POST[] was used then the var was fine. > > Looks like this line in PHPWebSite's index.php is the culprit: > > $Value = eregi_replace("['<'|'%3C'|'<'|'<']+\?", "NOPHP", $Value); > > Looks like this needs to be fine tuned. My form field didn't contain a > "<" char at all, so this certainly shouldn't have been substituted. > > Don. > > -- > Reporter: "The European Union and Japan have filed a challenge in the WTO > (World Trade Organization) against a rule in the Agriculture > Appropriations bill that would allow steel companies to receive > money from antidumping duties." > > Bush: "Say again now?" > > George W. Bush > December 22, 2000 > Spoken during a press conference held by the president-elect. > |