mysql - resolved

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
moussa854
Forum Newbie
Posts: 23
Joined: Thu Apr 30, 2009 4:10 pm

mysql - resolved

Post 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
Last edited by moussa854 on Mon Sep 20, 2010 5:35 am, edited 1 time in total.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: mysql

Post 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?
moussa854
Forum Newbie
Posts: 23
Joined: Thu Apr 30, 2009 4:10 pm

Re: mysql - resolved

Post by moussa854 »

I was able to do it. Thanks.
Post Reply