Last edited by basnyd; 03-18-2008 at 04:25 AM. Reason: added more to the answer
You will probably need to use the cPath= variable in the url.
So something like:
I have not tried this nor do I fully understand what you are trying to achieve but this should hopefully get you started.Code:$yourcheck = $_GET('cpath'); if ( ($yourcheck = '4') || ($yourcheck = '8') || ($yourcheck = '11') ) { // Do your alpha sort thing }
Regards,
pgmarshall
_______________________________
Bookmarks