| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jan 2009 Location: Canada
Posts: 237
![]() | Display database contents within HTML Alright so I've been trying to get PHP to display some data from a table in my database. I want it to look like this: http://i53.tinypic.com/2hzjo5i.png but all im getting is this: http://i56.tinypic.com/1znoc45.jpg ????: NamePros.com http://www.namepros.com/programming/723335-display-database-contents-within-html.html and this is the PHP portion of my code Code: <?php
$queryTitle = mysql_query("SELECT title FROM posts");
$queryDate = mysql_query("SELECT date FROM posts");
$queryBody = mysql_query("SELECT body FROM posts");
while($rowTitle = mysql_fetch_array($queryTitle)){
echo "<h2>" . $rowTitle['title'] . "</h2>";
echo "<br />";
}
while($rowDate = mysql_fetch_array($queryDate)){
echo "<h4>" . $rowDate['date'] . "<h4>";
echo "<br />";
}
?> Archey |
| | |
| | #2 (permalink) |
| CEO ![]() Join Date: Jun 2005 Location: Tennessee
Posts: 1,894
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Try this. PHP Code:
__________________ GIFTARD.com | CSDATE.com | INVOLVEX.com | SYATCH.com |
| | |
| | THREAD STARTER #3 (permalink) |
| NamePros Regular Join Date: Jan 2009 Location: Canada
Posts: 237
![]() | nice, that worked, but they are displaying Ascending from 1-## i want them to descend from ##-0. Anyone know what i have to do? EDIT: nvm, i found it, just had to add Code: ORDER BY id DESC
Last edited by Archeyreece; 07-18-2011 at 06:02 AM.
|
| | |
| | #4 (permalink) |
| CEO ![]() Join Date: Jun 2005 Location: Tennessee
Posts: 1,894
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Not a problem.. if you need help with anything else just hit me up
__________________ GIFTARD.com | CSDATE.com | INVOLVEX.com | SYATCH.com |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 50,000 human reviewed links database - built to order | CrackFeed.Com | Content For Sale | 1 | 06-24-2011 04:09 PM |
| World Hotels Database with 208,065 Hotels - Very Comprehensive Fields & Images | immediate | Content For Sale | 0 | 06-04-2011 04:24 AM |
| wordpress readymade database for Sell | yengkok | Content For Sale | 0 | 05-22-2011 12:44 AM |