Welcome Guest, Not a member yet? Register   Sign In
Query strings and function paramters
#4

[eluser]Myles Wakeham[/eluser]
[quote author="Kevin_3_57" date="1276725905"]I just realized that 5 minutes ago. So the only solution to this is to get the parameters and it's value through $_GET right?[/quote]

Well its not the only solution. The URI is just text. You can parse it just like any text string. But if it is submitted to you, and you want to just traverse the $_GET array, the values are right there to extract. Just make sure you apply appropriate XSS filtering on anything coming into your app though.

Myles


Messages In This Thread
Query strings and function paramters - by El Forum - 06-16-2010, 09:27 AM
Query strings and function paramters - by El Forum - 06-16-2010, 10:49 AM
Query strings and function paramters - by El Forum - 06-16-2010, 11:05 AM
Query strings and function paramters - by El Forum - 06-16-2010, 11:25 AM
Query strings and function paramters - by El Forum - 06-18-2010, 05:29 AM
Query strings and function paramters - by El Forum - 06-18-2010, 07:18 AM
Query strings and function paramters - by El Forum - 06-23-2010, 11:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB