Hi,
when you create an array its pretty simple but how can i put it in the actual address? example: you insert a text box
<label>
$array = "25"
<textarea name="textarea" id="textarea" value='$array' cols="45" rows="5"></textarea>
</label>
So this should put 25 in the box
but, is there away to put the array in the address
example: gamershotel.com/account.php?25
Does anyone know how to put the array in the address bar so it will come up in the text box? or even echo $array?
Thanks, Chris