I know this is a futile question, but is it possible to use PHP to manipulate HTML events, CSS and XSL?
I know that the general answer is no, that to manipulate the browser Java/JavaScript is necessary, but I hate JS and would like to avoid it if at all possible. If not PHP, is there an alternative to JS?
Ultimately I want to create a vertical navigation system, like this, but using PHP, XML and XSL. How would I go about doing this? Or would it be a waste of time to try?
Am I stuck having to rewrite code a half dozen+ times for cross-platform compatibility?
On a seperate note: when will PHP5 be available, will it be compatible with PHP4, and how long does it usually take for webhosting companies to upgrade?