Using $_GET['action'] in a form.
#10

Quote:
Originally Posted by ******
Посмотреть сообщение
Forms use $_POST, not $_GET. And you REALLY need to learn how to sanitise inputs - that code is currently begging for SQL injections.
Код:
<form method="get"></form>
Reply


Messages In This Thread
Using $_GET['action'] in a form. - by Zeppo - 21.03.2014, 22:00
Re: Using $_GET['action'] in a form. - by KingHual - 21.03.2014, 22:10
Re: Using $_GET['action'] in a form. - by Zeppo - 21.03.2014, 22:10
Re: Using $_GET['action'] in a form. - by NewerthRoleplay - 21.03.2014, 22:11
Re: Using $_GET['action'] in a form. - by Zeppo - 21.03.2014, 22:15
Re: Using $_GET['action'] in a form. - by Vince - 21.03.2014, 23:37
Re: Using $_GET['action'] in a form. - by Zeppo - 22.03.2014, 12:23
Re: Using $_GET['action'] in a form. - by Revo - 22.03.2014, 12:33
Re: Using $_GET['action'] in a form. - by mamorunl - 22.03.2014, 19:41
Re: Using $_GET['action'] in a form. - by thefatshizms - 22.03.2014, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)