onchange i want this value to be executed how?
or how to execute an query on dropbox change

        function quantity() {

        newValue = "<?php echo $product['Quantity']?>"; 
        document.form.quantity.value = newValue;

        }
Member Avatar for LastMitch

@Shodow

onchange i want this value to be executed how?

This question is more related to the Javascript.

Unless you post a query that is related to $product['Quantity'].

Are you trying to Ajax the the product?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.