Are you a regular stikked user? Signup so you can keep track of your pastes!

RE: Untitled

By Baby Curlew, 1 Year ago, written in PHP. This paste is a reply to Untitled by Screenmutt
URL http://stikked.com/view/55667058
  1. <fieldset class="noborder">
  2.         <label for="name" class="block">Name</label>
  3.                 <input type="text" name="name" value="Irresistable Icecream"/>
  4.         <label for="address" class="block">Address</label>
  5.                 <input type="text" name="address" value="1234 Rocky Road"/>
  6.         <label for="city" class="block">City</label>
  7.                 <input type="text" name="city" value="Mackinaw"/>
  8.         <label for="state" class="block">State</label>
  9.                 <input type="text" name="state" value="Michigan"/>
  10.         <label for="zip" class="block">ZIP</label>
  11.                 <input type="text" name="zip" value="12345"/>
  12.         <label for="country" class="block">Country</label>
  13.                 <input type="text" name="country" value="USA"/>
  14.         <label for="website" class="block">Website</label>
  15.                 <input type="text" name="website" value="http://www.irresistableicecream.com/"/>
  16.         <label for="phone" class="block">Phone</label>
  17.                 <input type="text" name="phone" value="(123) 456.7890"/>
  18.  
  19.         <label for="fax" class="block">FAX</label>
  20.                 <input type="text" name="fax" value="(123) 456.7890"/>
  21.  

Reply to "RE: Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.