Home Forums Chart Support Passing Form Variables to SQL Reply To: Passing Form Variables to SQL

#30420

@shashiranjan, thank you.

The data fields are not important, it is passing web form variables to the SQL statement that I need help with.

The PHP web form I am using is here: https://www.dropbox.com/s/7w2d7gy6nxaolex/inn_scatter_disc_entry.php?dl=0
The CanvasJS PHP with the SQL statement is here: https://www.dropbox.com/s/t1vhw82rfl947nr/inn_scatter_disc.php?dl=0

Here is an example of working PHP passing a web form to a SQL statement:

PHP web form: https://www.dropbox.com/s/et2p8nvft9e38y9/detail_entry.php?dl=0
Tabular result based on SQL: https://www.dropbox.com/s/r87ecj679ctejq4/detail_mysql.php?dl=0

Thank you.