Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 08-20-2002, 08:21 AM   #1 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
FAQ page w. 1 query.

here is what i need to print out:

Quote:
1. Question #1
2. Question #2
3. Question #3

1. Answer #1

2. Answer #2

3. Answer #3
i am doing something like:: select id, question, answer from faq

then i need to run a loop on the questions and then a seperate loop on the answers.

i could do this in 1.72 seconds using 2 queries, but it would be better if i just used 1...

blegh.
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 08-20-2002, 08:34 AM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,696
redhead is on a distinguished road
PHP Code:
$questions="";
$answers="";
$i=1
$res
=mysql_query("Select * from database");
while(
$row=mysql_fetch_array($res))
{
  
$questions .="$i: $row[question] <br>";
  
$answers .= "$i: $row[answers] <p>";
  
$i++;
}
 echo 
"Your faq is:<br>
            $questions
             <hr>
            And the answers are:<br>
            $answers
         "

__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 08-20-2002, 09:14 AM   #3 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
thank you very much, worked perfect
__________________


Urban Clothing
Admin is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
refresh page automaticlly lampoin HTML, XML, Javascript, AJAX 5 06-18-2004 08:13 AM
a query type of questiton sde Program Design and Methods 6 08-21-2003 04:55 PM
Trying to get number of e-mails in a txt file to appear on my main page netpants PHP 4 08-19-2003 08:46 PM


All times are GMT -8. The time now is 10:30 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting