|
Posted by julian_m on 03/01/06 18:36
i'm finishing my 2nd php project. It's a sort of catalog and I used
css/mysql as well. All the functionality of the site is mainly beacause
the great number of arguments I pass to every page on the address bar.
For example
*number of items to display
*categories
*brands
*user_id
*price interval
*...
*...
Note that the arguments aren't editable, beacause I've implemented a
sort of extra verifier argument which works quite well
The question is:
In order to achieve a good design and therefore a good product, should
I have to use session variables instead, or is it just a way to do the
same?
I would like to begin my next project with the right choice...
regards - jm
Navigation:
[Reply to this message]
|