Begginer\'s question.
Can I use PHP in javascript?
For example in jquery,
... ... triggers.eq(1).post(\'
No, You cannot send query that way. Even you can send php codes to server, and exec it, its not secure way.