I want to display a php variable in a specific window width.
Example:
In my HTML I have <div class="scount"></div> with no content.
I'd like to display <?php $sumcount=3; ?> as a content on scount div element on a width that is greater than 768 else display <?php $sumcount=1; ?> that is less than 768
Please help, I badly need your cooperation. :)