Current location: Hot Scripts Forums » Programming Languages » PHP » poll_question


poll_question

Reply
  #1 (permalink)  
Old 11-21-04, 09:45 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Location: Michigan
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
poll_question

hi,

im making a poll feature for a script of mine, and it will be able to have up to 10 options. my problem is how to only show the possible answers.

like for example, i have a poll with 6 possible answers, how do i make it to just show those 6 answers?

if you need the code im using plz ask and ill provide it.

thx much
__________________
Elite Bulletin Board
http://elite-board.us
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 11-21-04, 11:31 PM
nekeno12 nekeno12 is offline
Wannabe Coder
 
Join Date: May 2004
Location: CO
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
Please provide code. Your description is quite confusing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 11-22-04, 09:18 AM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe you chould run it through an array like this;

Make this string 10 times, one for each question.
PHP Code:

$NOQ //number of questions

if ($q1){$NOQ $NOQ+1;$q1 $shown[$NOQ];} 
Then make a for loop at the end to display them.
PHP Code:

for ($i 0$i <= $NOQ$i++)

{
echo 
$shown[$i].'<br>';

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 11:52 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.