| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Closed Join Date: Oct 2005 Location: United Kingdom
Posts: 1,554
![]() ![]() ![]() ![]() | Mysql Database display Hi I have a database the database name is arcade and the table name is games in this table i have: Field Name Info image Swf Width Height Plays and so on... what i want to do is display the Name on my site how would i do this? what code do i use to display the info in the DB. i want it to select random ones from the DB then i have the same Fields bit with a extra one called CatId now i want to be able to select which CatId to get the infos from. Thank you. |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Feb 2006 Location: Atlanta, GA, USA
Posts: 335
![]() ![]() | Modified example from Dan's link. PHP Code: |
| |