Page 1 of 1

mysql - resolved

Posted: Sun Sep 19, 2010 8:07 am
by moussa854
Hi,
this might be an easy question o some of you but will appreciate your help. I have table 'TABLE' in database 'DATABASE' I have column 'A', 'B', 'C', and 'D'. 'A' has unique values. I want to insert a values from "B', 'C' and 'D' correspond to 1 from 'A' into an HTML code.

Thanks in advance

Re: mysql

Posted: Sun Sep 19, 2010 10:59 pm
by JakeJ
You're not quite being clear... you want to take data from HTML and add it to the database? Or do you want to take information from the database and turn it in to HTML?

Re: mysql - resolved

Posted: Mon Sep 20, 2010 5:36 am
by moussa854
I was able to do it. Thanks.