Hwo would I add a javascript back button in a PHP Script ? Can it be directly added to a $'s result ?
You can implement a link like this:
<A href=\"javascript: history.go(-1);\"></A>
I typically make my own custom PHP "buttons" (which are nothing more than links wrapped inside a table) with this technique.