Newbie needs help

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
derek88
Forum Newbie
Posts: 1
Joined: Wed Nov 25, 2009 3:36 pm

Newbie needs help

Post by derek88 »

Hello all!
Im new to this forum.
Currently im learning php with databases, and i need a functional example regarding querys on mysql databases.
I need an example where the user puts his name into a field, and when you submit it, it returns info about the user (born date, nationality, interests, etc)
I need your help on this, i need to be more clear about working with databases and php.
Sorry for my ignorance :banghead:
abushahin
Forum Commoner
Posts: 42
Joined: Wed Nov 25, 2009 12:35 pm
Location: london

Re: Newbie needs help

Post by abushahin »

Gosh you are in trouble! firstly i would like to say maybe you need to learn about entity relationships diagrams first before you attempt to create a db, if you already know this, then create a database first consisting of what info you are going to hold about your user, then you can move onto retrieving that data perhaps..
Post Reply