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
Database newbie, can someone help?
Moderator: General Moderators
-
WithHisStripes
- Forum Contributor
- Posts: 131
- Joined: Tue Sep 13, 2005 7:48 pm
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
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()
Can you be more detailed?
If you need help getting information from the database you will need..
mysql_connect()
mysql_select_db()
mysql_query()