As the title requests, how do I integrate the google jquery library into a php page so I can utilize jquery scripting?
EDIT: I suppose “Utilize” is a better word than integrate for this question.
EDIT2: The html code is generated by php. Editing a small opensource app.
Do you mean how do you include the Google-hosted version of the jQuery library in your PHP page? You can just add a script tag to the HTML like so: