soulblader_86
Supremacy Member
- Joined
- Sep 28, 2007
- Messages
- 9,012
- Reaction score
- 0
I want to declare something call $num in PHP page
I create a dropdown list with 3 differnet option
How to change the $num through 3 selection dynamica;;y with page refresh?
like if I select option 1
$num = 1;
if I select option 2
$num = 2;
I need to get the value in PHP
I cannot find any tutorial on it
Please help
I create a dropdown list with 3 differnet option
How to change the $num through 3 selection dynamica;;y with page refresh?
like if I select option 1
$num = 1;
if I select option 2
$num = 2;
I need to get the value in PHP
I cannot find any tutorial on it
Please help
I ma just a novice in jquery...