Re: [PHP] My first PHP-script using $_POST! :)
Setting maxlength="" in HTML has zero security, you could still receive a longer input then what you had defined as max.
Strlen works perfect...what bad experience do you have with it?
And, I believe intval() is not neccessary in PHP. Strings and numbers are interchangable if I remember correctly.
Re: [PHP] My first PHP-script using $_POST! :)
disgrace to the name illusion.
Re: [PHP] My first PHP-script using $_POST! :)
if you add this line in your $message, you will also show the IP and browser of the user xD
PHP Code:
You're IP is ".$_SERVER['REMOTE_ADDR']." and you're are using ".$_SERVER['HTTP_USER_AGENT']."
and yeah,, I'm bored,, xD
Re: [PHP] My first PHP-script using $_POST! :)
OMG
This is sexy :D
PHP looks so cool, but I just can't do it :|
Re: [PHP] My first PHP-script using $_POST! :)
you know,, PHP ain't that hard when you first get into it ;)
Re: [PHP] My first PHP-script using $_POST! :)
Not bad. Yeah, PHP is pretty easy, just spend a few days looking at its code and you will begin to understand.
Re: [PHP] My first PHP-script using $_POST! :)
It really isnt that hard to do..