Hello,
I need to get a variable value from an url parameter and use sc_select_where(add) macro on scriptinit event like this :
sc_select_where(add) = " where Code_Affaire =’".$_GET[‘paramGl’]."’ " ;
The problem is the variable is usually empty or null.
Can you help me please?