Place this somewhere in the HTML Header area of your PHP file:
echo '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>';
PHP and JQuery have nothing to do with each other. PHP generates HTML and JS that can contain JQuery. You embed JQuery as you would in a normal HTML page.