Simple Read/Write

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
AliJ
Forum Commoner
Posts: 32
Joined: Sun Dec 06, 2009 8:03 pm

Simple Read/Write

Post by AliJ »

I am totally new to MySql, I know very very little. I just want to be able to Write text and then Read it(Preveiw it on a HTML page). I know a bit of PHP as well. I would appreciate any help.
Thank you,

Ali J.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Simple Read/Write

Post by JakeJ »

Sorry, but that's not quite specific enough. But may I suggest you go through a few tutorials you'll find on the Internet? Then come back with specific questions.

Thanks!
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Simple Read/Write

Post by Darhazer »

Read about select, insert, update and delete statements. You need the very basic SQL knowledge to do this, so any beginners tutorial on these will help you.
Post Reply