I have php code which make html code. <a href="#" data-tooltip="sticky1"></a> Code (markup): I want to automatically change value of sticky1 every time that code is displayed. e.g. <a href="#" data-tooltip="sticky1"></a> <a href="#" data-tooltip="sticky2"></a> <a href="#" data-tooltip="sticky3"></a> <a href="#" data-tooltip="sticky4"></a> ...