Jump to content

Search the Community

Showing results for tags 'php html mysql'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 2 results

  1. 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>
  2. 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.