When using $_SERVER[REQUEST_URI]
am getting a string like following one
"/stardigitalprint/index.php?route=product/product&path=59_61&product_id=50"
How to take the parts after question mark, ie
"product/product&path=59_61&product_id=50"
Your help is much appreciated Thank you.