Search the Community
Showing results for tags 'php html mysql'.
-
Good Day People I need help on PHP Coding for this form to work write, can anyone help me with this? <div class="col-lg-4 col-md-4 col-sm-12"> <div class="searchmodule clearfix" data-effect="slide-right"> <form id="advanced_search" action="#" class="clearfix" name="advanced_search" method="GET"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="country"><b>Country</b></label> <input type="text" name="country"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="location"><b>Location</b></label> <input type="text" name="location"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="status"><b>Status</b></label> <input type="radio" name="from" value="For Rent"><b><span style="color: #0A0000">For Rent</span></b></input><br /> <input type="radio" name="from" value="For Sale"><b><span style="color: #0A0000">For Sale</span></b></input> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="type"><b>Type</b></label> <input type="text" name="type"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="bedrooms"><b>Bedrooms</b></label> <input type="text" name="bedrooms"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="baths"><b>Bathrooms</b></label> <input type="text" name="baths"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="min_price"><b>Min Price</b></label> <input type="text" name="minprice"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="max_price"><b>Max Price</b></label> <input type="text" name="maxprice"><br /><br /> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="condition"><b>Condition of Use</b></label> <input type="radio" name="from" value="Furnished"><b><span style="color: #0A0000">Furnished</span></b></input><br /> <input type="radio" name="from" value="Not Furnished"><b><span style="color: #0A0000">Not Furnished</span></b></input> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <label for="from_the"><b>From The</b></label> <input type="radio" name="from" value="Agent"><b><span style="color: #0A0000">Agent</span></b></input><br /> <input type="radio" name="from" value="Private"><b><span style="color: #0A0000">Private</span></b></input> </div> <div class="clearfix"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <a href="#" class="btn btn-inverse btn-block">SEARCH PROPERTY</a> </div> </form> </div> </div>
-
Hello Everyone, I am trying to do something I have never done before and can't figure out any help is welcome. ok here we go, I have for example 5 textboxes. Barcode Name Date Place Comment Now what i want to do is when the client enters the complete barcode the rest of the textboxes will be filled in from automaticly from the information in the database. Side note: All barcodes are unique and are stored with the information in one row. Thanks Guys