Menu

#12 plus sign

open
nobody
General (15)
5
2004-08-08
2004-08-08
Anonymous
No

check out what happens with the plus sign submitting
this code into the library

<?php

$x = (1+1);

?>

looks like the plus sign ist gone...

<?php

$x = (1 1);

?>

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Really anoying bug indeed. I didn't feel like spending too much
    time on this bug so I removed the urlencode and urldecode
    from the functions enc_string and dec_string (which can be
    found in functions.php). As far as I see, form data is being
    posted so no idea why this encoding and decoding is useful
    for. Possibly something else is not functioning properly now
    because of my adjustments, but we'll see that later ;-)

     
  • Nobody/Anonymous

    Logged In: NO

    Yes this is very annoying to the point of unusable - any fixes
    yet?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.