Hi, I'd like to know if there is a mean for php to access HTML elements as Javascript does ? I ask this question because i'm working on a PHP/Javascript application in which I don't want to mix up both langagues in the same function. Thank for advance
PHP is a server side scripting language, that means you cannot manipulate the content on the client in runtime, "a page" needs to be posted to your webserver first..
But, what is your problem? And what exactely do you want to do??
Damned, you're right, it's totally illogical. In fact I'd like to use a select value in the informations that i send with the onChange attribute of an other select. but as a part of the data processing requires PHP i'd like to stay with PHP only for the recovery of the value of the first select.