comparing textbox values in mysql databse using php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • machaelenskivy
    New Member
    • Jul 2014
    • 1

    comparing textbox values in mysql databse using php

    how to compare textbox values into values of database???
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    MySQL does not have 'textbox values'

    Comment

    • Bharat383
      New Member
      • Aug 2011
      • 93

      #3
      you can use directly $_POST['textboxname'] in where clause

      Comment

      Working...