This is a discussion on sql queries within the MySQL forums, part of the Database Server Software category; --> I want to call the data from a sql table called preauth into a webform, so that it can ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I want to call the data from a sql table called preauth into a webform, so that it can be submitted into another table, and ultimately displayed on a webpage, my problem is getting the data from the sql DB to the html form. How would I do this? or is it possible to do this? |
| ||||
| shadow1778@gmail.com wrote: > I want to call the data from a sql table called preauth into a webform, > so that it can be submitted into another table, and ultimately > displayed on a webpage, my problem is getting the data from the sql DB > to the html form. How would I do this? or is it possible to do this? > You will need to use another language such as PHP, Perl or (on Windows) VBScript, .NET, etc. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |