Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>