i'm new to php and need some advice.  i have a site currently composed
of static pages generated via a c program.  i want to convert the site
to php.  the first page is an explorer-like table listing summary
information.  when a user clicks on a row in this table, they're taken
to a detail page which presents the same information contained in the
table of the calling page as well as a verbose description and an
image.  being a neophyte, my quandry is this... i have to select all of
the data from my database table to render the explorer-like table and
since i've already hit the database, don't want to have to do so again
for the detail page.  is there a standard way to handle such a thing?  i
don't want to depend on cookies or any client-side cacheing mechanism
but want to keep it server side.  the hosting service supports only
php3.

any and all recomendations appreciated.

here's the site so you can see what i'm talking about:
http://your-az-realtor.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to