Database newbie, can someone help?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
WithHisStripes
Forum Contributor
Posts: 131
Joined: Tue Sep 13, 2005 7:48 pm

Database newbie, can someone help?

Post by WithHisStripes »

So I am working on a website that calls information from a database and displays it into a page template. I have done an itsy bitsy amount of work in MySQL and other database stuff (I am an apple user) but not enough to figure out how I can call this information into the NEW template I created for their site http://www.pdxsn.com, can someone help me out? Thanks!

Spence
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

What kind of info do you want to call onto the page?

Can you be more detailed?

If you need help getting information from the database you will need..

mysql_connect()
mysql_select_db()
mysql_query()
Post Reply