I\'m trying to create a BMI calculator. This should allow people to use either metric or imperial measurements.
I realise that I could use hidden tags to solve my pr
You do realize that with echo $height; you are opening up a very, very serious security hole in your application, right?