is it possible to declare a variable in the onchange event of a <select
and use it later in php
I would like to put the value of the selected option (in
variable and later when i activate a php function use this variable
Looks inpossible but who knows maybe it is possible
You'll have to send it to the server using either the search (query) part
of the URI, or POSTed in a form. Server-side languages cannot obtain the
values of script variables directly as that data only exists on the client.
Mike
--
Michael Winter
[email]M.Winter (AT) blueyonder (DOT) co.inva[/email]lid (replace ".invalid" with ".uk" to reply)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum