The problem with using sessions is that on the template page, i would have to use fixed variables to load whatever i needed. Up to that, it would work wonderfully with sessions. But the problem is that i would need to assign each array found using the mysqlfetch thinggie to a different variable, using a loop....Let me exemplify : i would use a loop to write 'n' news from the database, and each new would have an array assigned to a $variable...each loop would append a number to the variable, like $variable0, $variable1, etc.
For this reason alone, sessions wouldnt work...at least inside my head.
So i need to understand how that parsing thing works exactly, 'cus i didn't really understood from what i've read on the php documentation.
This is what i understood :
page.php?newsid=1048
That will assign the value '1048' to a $_GET[newsid] variable ? Is it that ?
Thanks,
Ivan