Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 09-12-2007, 10:08 PM Trivia
Extreme Talker

Posts: 189
Trades: 0
does anyone know where i can get a script like this or can anyone help me create it

i would like a trivia quiz that randomly picks question from a file and you can pick 1 of 4 answers if you are right or wring it keeps your score in another file, so you can view everybody's score for the day, and then when i change a bit of the code for a new day it keeps the old scores so people can see them.

note: no mysql because there is something wrong with my yahoo webhosting account and i dont have mysql




if you dont understand what im asking for then please ask questions which i will respond to
simster is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-13-2007, 05:50 PM Re: Trivia
solomongaby's Avatar
Webmaster Talker

Latest Blog Post:
How Do You Find Music Online ?
Posts: 522
Name: Gabe Solomon
Location: Romania
Trades: 1
1. you can do it with a file database ... but is not recomended
2. why don't you get a regular domain, and have a normal hosting with mysql that you can get at prices as low as 2-3$/month

as far as helping you with the script ... how far have you got by now
what are the problems you are facing
__________________
If you like my posts ... TK is appreciated:)

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
solomongaby is offline
Reply With Quote
View Public Profile Visit solomongaby's homepage!
 
Old 09-14-2007, 11:42 AM Re: Trivia
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Flat file databases can be done, but the phrase 'a ***** to maintain' come to mind.

Though for simple trivia the best thing to do is have the answers preset in a file (though logging would not be advised), what you need to do is:

- Make the trivia page.
- put answers in an array on the processor page.

For example
HTML Code:
<form id="form1" name="form1" method="post" action="">
  <p>Question 1: What is your Name?<br />
  <input name="quesiton1" type="text" id="quesiton1" value=" " />
  </p>
  <p>
    <input type="submit" name="button" id="button" value="Submit" />
  </p>
</form>
PHP Code:
<?php
// Answers to questions
$answer['quesiton1'] = "Mike";

// What they put
if($answer['quesiton1'] = $_POST['quesiton1']){
echo 
"congrats, you got question 1 right.";
}
?>
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 09-14-2007 at 11:49 AM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 09-15-2007, 03:00 AM Re: Trivia
Extreme Talker

Posts: 189
Trades: 0
can i have questions (with 4 multiple choice) and have a file randomly pick 10 questions (like with question gets a code eg. 4456 or 8913, etc,)
simster is offline
Reply With Quote
View Public Profile
 
Old 09-15-2007, 07:50 AM Re: Trivia
dansgalaxy's Avatar
Defies a Status

Posts: 6,522
Name: Dan
Location: Swindon
Trades: 0
Listen this is possible with flat file but it would be completly crap.

its the only way to say it.

it would be slower than using Mysql it would be ridiculous to maintain. and just a mess!

I could probably build a system like this quite easily with MySQL and i am Also a webhost, so if you would like a cheap and cheerful cPanel hosting account with all the bells and whistles please talk to me.

If you would be interested in me developing this triva system please PM/email or add me to talk

and if you get hosting too ill give you a discount on the script or something... basically you will get it cheaper

Dan

email: dan@dansgalaxy.co.uk
msn: dansgalaxy@hotmail.co.uk
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to Trivia
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15282 seconds with 12 queries