in reply to Re^4: somethign wrong with the sumbit
in thread somethign wrong with the sumbit

You asked why you get backwards error, this is why, because your code is
if ( almost-always-false ) { hey null byte } else { hey backwards error }

Replies are listed 'Best First'.
Re^6: somethign wrong with the sumbit
by Nik (Initiate) on Dec 29, 2007 at 15:20 UTC
    Yes, but you didnt explain to me why this is almost-always-false as i asked you in response to your first answer

    How is it possible a selected submitted valid drop down item to pass this if block? Items in the drop down menu doesnt contain null strings only url hack attempts do.

    Please exlain yourself so i can understand.