> I would like to know if there is a way to store objects > globally from a php-page, so that the object can be used > from another page.
Yes, using sessions or cookies. Chris
> I would like to know if there is a way to store objects > globally from a php-page, so that the object can be used > from another page.
Yes, using sessions or cookies. Chris