Is there a way to get the jquery this.val()
read into PHP at runtime?
I have a dynamic push of data and need to run a SQL statement that depends on the jquery value of this.val()
- so something like
<?php $sql = "select * from table where id = " . this.val(); ?>