This demo shows the use of the powerLens to set the anchor tag for CATEGORYNAME and
the dynamic select statement
"select categoryid,categoryname,description
from categories
where categoryid='$gCategoryID'"
used to display the product table. We use a session variable $gCategoryID to keep track
of which details to display.
Note that each PHPLens object is created using a different ID (the first parameter in the
constructor): ex900 and ex900p to ensure that there are no conflicts.