Can PHP be used in a similar way (or rather, to achieve a similar end result) as javascript that is used to alter CSS element values? For example, using PHP to achieve the same result as this does (in this case, changing the display style of a specific element to 'none'):
Code:document.getElementById('Menu'+Menu[i]).style.display = 'none';




Bookmarks