Well a better way to do it is to have client side request that js file directly (i.e <script src='http://code.jquery.com/jquery-1.5.min.js' type='text/javascript'></script> ) , which gives you the ability to impose client and server-side cache on js contents, which is the way to do this. ~ Alex On Fri, Apr 1, 2011 at 5:16 PM, Jim Giner <jim.giner@xxxxxxxxxxxxxxxxxx>wrote: > Thanks - now I see. the message means that it can't find a php function > called getText. Doh! > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >