HI,

I have created a simple list box <select>
<option>CustomerPending</option>
<option>Network</option>
<option>Reason 3</option>
<option>Reason 4</option>
</select>.


My Query is when i select the option from the list it must me entered in to mysql.How to make that stuf..

Thanks,
deepak

to enter things in mysql use php, to do this on the page, without referring to an php page use javascript/jQuery.

to get which option is selected in javascript:

document.form1.selectboxName.value;
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.