actually this should not cause an internal server error because <? is just a short way of writing <?php which <? is called short tags not all host have short tags turned on but if its off it would...
I wouldnt use md5 id use a more better hash such as hash('sha512',$value); also this profile.php?user=id ?value=
should prob be this profile.php?user=id&value= and for the love of god can people...
So this is one of the most common questions i see people post throughout forums. Hopefully it will be made as a sticky topic on this forum because i think its well needed. Anyways heres a few...
Heres a simple to use captcha class i've been working on,its not 100% done once it is i'll be releasing it as a zip file including font files with it and a captcha_show.php file that will make it...