Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to automatically add something to value $address?
- echo '<input type="text" id="address" name="address" value="'.$address.'" />';
- <form action="" method="get">
- <input type="text" name="myAddress">
- <input type="text" name="city">
- <input type="text" name="county">
- <input type="submit" value="Go Search">
- </form>
Advertisement
Add Comment
Please, Sign In to add comment