MySQL question (Data Retrival)

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
zatch
Forum Newbie
Posts: 18
Joined: Fri Jul 02, 2004 7:05 pm

MySQL question (Data Retrival)

Post by zatch »

Hello, I'm kinda new to mysql and was wondering ...
How do I do something like this:

Input: Name, Date, Message

And send it to MySql

And then be able to have a list that gets all that from the database

Ex -
Name1, Date1, Message1
Name2, Date2, Message 2

Sorta like a guestbook with MySQL storage?

Thanks!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply