RSS
DaniWeb Home
>
Forums
>
Web Development
>
PHP
I need some help with a php table
Please support our
PHP
advertiser:
Lunarpages PHP Web Hosting
Thread Tools
Display Modes
Views:
27704
| Replies:
1
•
•
Join Date: Jul 2004
Posts: 6
Reputation:
Rep Power:
0
Solved Threads: 0
Tsunami
Offline
Newbie Poster
I need some help with a php table
#
1
Jul 29th, 2004
Hello again.I am trying to make a php table with a list of items going down with the cost of any thing.If some could please type yo a simple php table script for me.I be thanks full to who ever does.
Thanks Jon
Tsunami
View Public Profile
Send a private message to Tsunami
Find all posts by Tsunami
•
•
Join Date: Jul 2004
Posts: 227
Reputation:
Rep Power:
5
Solved Threads: 6
PoA
Offline
Posting Whiz in Training
Re: I need some help with a php table
#
2
Jul 30th, 2004
[PHP]
<?php
echo "<table>";
$query = mysql_query("SELECT col1, col2 FROM example");
while(list($col1, $col2)) = mysql_fetch_row($query)){
echo "
<tr>
<td>$col1</td>
<td>$col2</td>
</tr>";
}
echo "</table>";
?>
[/PHP]
Hope this is what you want
PoA
View Public Profile
Send a private message to PoA
Find all posts by PoA
Quick Reply to Thread
•
•
•
•
Only community members can participate in forum threads. You must
register
or log in to contribute.
Register
•
•
•
•
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
•
•
•
•
Thread Tools
Display Modes
Show Printable Version
Email this Page
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Related Features
•
•
•
•
PHP Forum
Web Development Forum
Web Development Blog
PHP Tutorials
php Code Snippets
PHP Forum Highlights
Today's Posts
PHP
Web Development
All Forums
Unanswered Threads
PHP
Web Development
All Forums
Blog Tag Cloud
•
•
•
•
blog
competition
daniweb
gentoo
gpt
guid partition table
linux
news
partition
php
security
spam
web
All Recent Tags
Similar Threads
Basic PHP Includes
(PHP)
php table help
(PHP)
PHP code not blending with HTML
(PHP)
updating 2 HTML tables on one PHP page
(PHP)
php wont submit data into the database
(PHP)
Need help with HTMl Table echoing?
(PHP)
Other Threads in the PHP Forum
Previous Thread:
BB Code Tutorial
Next Thread:
Urgent help with "echo" properties
Forums
|
Blogs
|
Tutorials
|
Code Snippets
|
Whitepapers
|
RSS Feeds
|
Advertising
All times are GMT -4. The time now is
12:32 am
.
Newsletter Archive
-
Sitemap
-
Privacy Statement
-
Acceptable Use Policy
-
Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC