Jump to content
MakeWebGames

Help Tutorial


peterisgb

Recommended Posts

This is only a basic mod that i made today, But it beats the default one.
Update the questions and answers to suit your needs.
This is v1 of this mod so i may update it and release new versions here.
create a blank page and call it help.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.


Here is the Sql.

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Link to comment
Share on other sites

I probably would have just stored all these in a database and just do some rough query searches for questions and answers. Plus it would probably condense your code by like 75%

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Something like that

Edited by KyleMassacre
Link to comment
Share on other sites

10 minutes ago, KyleMassacre said:

I probably would have just stored all these in a database and just do some rough query searches for questions and answers. Plus it would probably condense your code by like 75%

 

$db->query("select * from `faq` where `question` like '%{$ask}%' or where `answer` like '%{$ask}%'");

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Something like that

As i said this is v1, but yes this is the way i was planning to go with it. but for not i just wanted to get it working.
Your welcome to give it a go and post back 🙂

 

Edited by peterisgb
Link to comment
Share on other sites

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...