Pass a query in URL using jquery
- by Jean
Hello,
I want to pass a $_GET[''] to a php file, when a button is clicked it must display data from the db.
It displays the data without the query.
The process.php contains SQL statement to query the db and display values.
Thanks
Jean