Make a "dynamic drop down list" with using only PHP,HTML
and MySQL..
Answer Posted / koushikgraj
Using post back or ajax functionality we can achieve this
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the sign to start variables in PHP?
What is difference between web service and api?
What is the difference between indexed and associative array?
Inside a php function, what param needs to be set in order to access a global variable?
What is static variable in php?
What is isset and unset in php?
Differences between get, post and request methods ?
Can a trait extend a class php?
What is advanced php programming?
What is $_ server request_method == post?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Is numeric in php?
How to find a specific value in an array?
How are php sessions stored?
Do while loops?