Are you a regular stikked user? Signup so you can keep track of your pastes!
  1.                         <div class="edit">
  2.                                 <form action="<?php echo base_url(); ?>clients/edit/<?php echo $row->sid; ?>" method="post">
  3.                                         <fieldset class="noborder">
  4.                                                 <label for="name" class="block">Name</label>
  5.                                                         <input type="text" name="name" value="<?php echo $row->name; ?>"/>
  6.                                                 <label for="address" class="block">Address</label>
  7.                                                         <input type="text" name="address" value="<?php echo $row->address; ?>"/>
  8.                                                 <label for="city" class="block">City</label>
  9.                                                         <input type="text" name="city" value="<?php echo $row->city; ?>"/>
  10.                                                 <label for="state" class="block">State</label>
  11.                                                         <input type="text" name="state" value="<?php echo $row->state; ?>"/>
  12.                                                 <label for="zip" class="block">ZIP</label>
  13.                                                         <input type="text" name="zip" value="<?php echo $row->zip; ?>"/>
  14.                                                 <label for="country" class="block">Country</label>
  15.                                                         <input type="text" name="country" value="<?php echo $row->country; ?>"/>
  16.                                                 <label for="website" class="block">Website</label>
  17.                                                         <input type="text" name="website" value="<?php echo $row->website; ?>"/>
  18.                                                 <label for="phone" class="block">Phone</label>
  19.                                                         <input type="text" name="phone" value="<?php echo $row->phone; ?>"/>
  20.                                                 <label for="fax" class="block">FAX</label>
  21.                                                         <input type="text" name="fax" value="<?php echo $row->fax; ?>"/>
  22.                                                
  23.                                                 <br/><br/>
  24.                                                 <input type="submit" value="Change"/>
  25.                                         </fieldset>
  26.                                 </form>

Replies to Untitled

Title Name When
RE: Untitled Baby Curlew 1 Year ago.

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.