Pass a query in URL using jquery

Posted by Jean on Stack Overflow See other posts from Stack Overflow or by Jean
Published on 2010-06-16T08:50:14Z Indexed on 2010/06/16 8:52 UTC
Read the original article Hit count: 199

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery