In PHPmysql language how can we update our previous
information.when update form open then we get our previous
information in textbox,checkbox,selct,radio button.How can
we show the information in checkbox,select menu,radio
button which is available in database?
How to return query output in xml format?
What you can use regular expression for in mysql? Support your answer with an example?
How to create a new table by selecting rows from another table in mysql?
What is latest version of mysql?
How do I edit a stored procedure in mysql?
which version of mysql can't support stored procedure??
Why is the basic difference between left join, right join and inner join?
What is the use of mysql_fetch_array () function in php?
What is ntext?
How do I start mysql in ubuntu?
What is information_schema in mysql?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?