Guest User

Untitled

a guest
Aug 10th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. How to automatically add something to value $address?
  2. echo '<input type="text" id="address" name="address" value="'.$address.'" />';
  3.  
  4. <form action="" method="get">
  5. <input type="text" name="myAddress">
  6. <input type="text" name="city">
  7. <input type="text" name="county">
  8. <input type="submit" value="Go Search">
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment