HTML to PHP

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

User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

You can use almost any type of relational database management system (RDBMS) with PHP. And there is a crap load of infromation available on calling data from a database query. In fact, look up the term 'mysql_query' in the Search page of this community for various implementations of SQL queries.
Post Reply