the problem is global but specifically when creating leaches on blogs & forums... when i run a MySQL query it gets back the results and i display them
like
title - promo text - thumnail\images
and with it i provide a link to page to which i will send the id or something which will again query the DB and fetch the results again and then i will display the complete details...
is there ANY
way by which i can
query and get all the results and display only desired attributes and when through a link the user goes to the details page the Query Result\Dataset\PHP (Assoc\Array) Array is just transferred by sent to the other page...
one possibility is send passing as parameters via URL\Form -> GET\POST other is store it result in session but wouldn't that increase the size of per session
is there a way... plus please tell me you get what i am trying to do