Hi everybody
I am very new to PHP and MYSQL
How can I implement :
$q=$_GET["q"];
$CMY=$get["CMY"];
...
$query=("INSERT INTO the_array($CMY, model)
VALUES('$q','dddd')");
$q and $CMY are results I get from AJAX, and I think the only way to save the results
is using the DB.