SunQuest
 
           PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old August 17th, 2004, 01:36 AM
eddynazrul eddynazrul is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Location: 192.168.1.4
Posts: 21 eddynazrul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question An array that hold the select statement value..

Can somebody help me.. How can I create an array that hold my
select statement like this

$query = "SELECT ContestName FROM Contest";
$result = mysql_query($query);

Please help me..

Reply With Quote
  #2  
Old August 17th, 2004, 02:52 AM
Itsacon's Avatar
Itsacon Itsacon is offline
Command Line Warrior
Click here for more information
 
Join Date: Aug 2004
Location: Sector ZZ9 Plural Z Alpha
Posts: 956 Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2Folding Points: 669231 Folding Title: Super Ultimate Folder - Level 2
Time spent in forums: 6 Days 8 h 23 m 32 sec
Reputation Power: 4
Send a message via ICQ to Itsacon
something like this:
PHP Code:
 $query "SELECT ContestName FROM Contest";
$result mysql_query($query);
echo 
"<table border=\"border\">\n";
echo 
"<tr><th>Contest Name</th></tr>\n";

while(
$temp mysql_fetch_array($result))
    echo 
"<tr><td>".$temp['ContestName']."</td></tr>\n";

echo 
"</table>\n"


Hope it helps

Reply With Quote
  #3  
Old August 17th, 2004, 03:00 AM
eddynazrul eddynazrul is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Location: 192.168.1.4
Posts: 21 eddynazrul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It works. Thanks to you..

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > An array that hold the select statement value..


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway