Jump to content
MakeWebGames

Recommended Posts

Posted

Hmmm. It's a start, but not really a modification that will help users play the game, or increase play time or help staff manage the game. Maybe expand a little more on it? Sorry if that sounded insulting.

-sniko

Posted

I haven't really used it and when I think about it would take a really long time to code and might not even work( unless you set a word limit on how many words can be in the question) and would probably be difficult to code but if you were to use the php function explode you might just be able expand on this modification to have answers that refer to specific keywords.

To have this respond to specific questions however you would need to know the frequently asked questions (could easily be done by having the form create a log:P) and then recode the original file, add a few if statements then include specific answers.

Then any question that does not contain the keywords or any questions you could have just respond one of the original set of answers

I shall look into trying to recode to find keywords using explode.

Another method would be to use ajax to link a keyword or many keywords to a separate file. :P :D

Just a few things to think about

Posted

Or;

- Look into LIKE

- Scan the database for LIKE records from a user input

- If not found, ask the user if they want to send it to be answered by staff

- Create a staff section to display requested questions to be answered

- If multiple records are found, show them paginated with answers (or show the questions, and they click on the question to view the answer)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...