beanymanuk Posted March 25, 2011 Share Posted March 25, 2011 How to i get this to work $GET["price[min]"] ? Link to comment https://forums.phpfreaks.com/topic/231695-getting-this-url-variable-getpricemin/ Share on other sites More sharing options...
DavidAM Posted March 25, 2011 Share Posted March 25, 2011 Wouldn't that be something like: $_GET["price"]['min'] Link to comment https://forums.phpfreaks.com/topic/231695-getting-this-url-variable-getpricemin/#findComment-1192205 Share on other sites More sharing options...
silkfire Posted March 25, 2011 Share Posted March 25, 2011 Or do you mean like this? $minprice = $_GET[$price['min']]; Link to comment https://forums.phpfreaks.com/topic/231695-getting-this-url-variable-getpricemin/#findComment-1192212 Share on other sites More sharing options...
kenrbnsn Posted March 25, 2011 Share Posted March 25, 2011 No <?php $minprice = $_GET['price']['min']; ?> Ken Link to comment https://forums.phpfreaks.com/topic/231695-getting-this-url-variable-getpricemin/#findComment-1192213 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.