View Full Version : Story maker
Izzymyster
07-28-2006, 05:59 PM
I'v been wanting a new feature for my website. And I was wondering if anyone knew how to make a Story maker thing. What happends is someone starts the things off with some like "A boy in a red shirt enters a room" and then other people cann add things to it. Like the next person could add "And he picks up the remote" then the next person "And turns on the TV" and so on. Is this possible?
jr_yeo
07-28-2006, 06:04 PM
Is this possible?
very possible :p PHP/MySQL is my best bet :p u can store the
someone starts the things off with some like "A boy in a red shirt enters a room" in a database and retrieve for the
other people cann add things to it. Like the next person could add "And he picks up the remote" then the next person "And turns on the TV" and so on :D
No need to even retrieve it to perform the concatenation -- MySQL has a CONCAT() function that's perfect for this.
Izzymyster
07-28-2006, 09:01 PM
Whats MySQL? Does it cost money?
jr_yeo
07-28-2006, 09:02 PM
database :p
Free. See http://www.mysql.com/.
You will need administrative access to your server to install it if it isn't already installed, though.
Izzymyster
07-29-2006, 09:04 PM
So what do I need Is it the: MaxDB™?
http://www.mysql.com/products/database/mysql/community_edition.html
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.