Summer Sale! All accounts are 50% off this week.

muathye's avatar
Level 41

Every time HTML generated with different CSS classes neme, like WhatsApp web

How to generate HTML content from the server like WhatsApp web So every time the user visits the page is generated with new CSS classes names

0 likes
2 replies
tisuchi's avatar

@muathye

If you don't have any specific requirement for the class name, then you can try the following approach.

<div class="class-name-{{ microtime(true) }}">

	// 
</div>

Please or to participate in this conversation.