Php pass parameters with odbc connections

micheal1975

New Member
How do I pass parameters using odbc connections. I'm using pho for a simple application . I have two text boxes for using input thenn when the user presses the submit button after user imputed the information I want to display the result in another text box or text area .
So the the button will have to b connected to a database to return the result using the odbc connection and SQL . The user will input transaction number then user will input card number then hit submit then the result will return the value of the two inputs. I know I have to have a procedure plus a parameter to pass . How do I accomplish that to have my have a connection using odbc as well as show the result from the text boxes ? I'm using dreamweaver for my user interface
 
Top