- Impact
- 18
1. How would I get a list of variables in an array and make a "select" box?
eg: if I have
how would I make a selection box like this:
2. How would I determine if a string was an ip address or not?
Thanks a lot
Tom
eg: if I have
PHP:
$array['this'] = "asd";
$array['that'] = "admmfmf";
Code:
<select>
<option>this</option>
<option>that</option>
</select>
2. How would I determine if a string was an ip address or not?
Thanks a lot
Tom







