ctuxboy
Legacy Member
Hallo,
Hoe kan ik de variabele dist[pc] uit onderstaande url halen en in een input-field plaatsen?
URL:
Input field:
Hoe kan ik de variabele dist[pc] uit onderstaande url halen en in een input-field plaatsen?
URL:
Code:
http://www.mijnsite.com/location-list?dist[pc]=8660&dist[search_distance]=40&dist[search_units]=km
Input field:
Code:
...
<input id="pc-search" type="text" name="dist[pc]" value="<?php print $_GET['dist[pc]']; ?>" placeholder="Postcode...">
...

