How to access the form's 'name' variable from PHP

后端 未结 12 2101
小鲜肉
小鲜肉 2020-11-29 09:07

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

12条回答
  •  既然无缘
    2020-11-29 09:56

    You do realize that with echo $height; you are opening up a very, very serious security hole in your application, right?

提交回复
热议问题