Hello folks
I have a submission button which takes to a page that will display a different content depending on the user id.
I want to know how to do to modify the button’s code in order to display specific content to the specific user. Now by default it displays the content of user id number 4.
echo CHtml::button('Disply', array('class'=>'btn',
'onclick'=>"window.open('http://www.*****.***/content.php?user_id=4&lang=en')"));
Thank you in advance