Insert data into MySQL from HTML Form using .psp script

2008-11-08 Thread brianrpsgt1
I am attempting to insert data from a HTML form using a .psp script. I can not find how to link the data that is inserted into the form to the variables in the .psp script to then insert into the MySQL Insert statement. I am familiar with PHP, where you would write $_POST(['field']), however I

Re: Insert data into MySQL from HTML Form using .psp script

2008-11-08 Thread Tino Wildenhain
brianrpsgt1 wrote: I am attempting to insert data from a HTML form using a .psp script. I can not find how to link the data that is inserted into the form to the variables in the .psp script to then insert into the MySQL Insert statement. I am familiar with PHP, where you would write