|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
best way to make a php faq page
hi everyone. i have to make an faq page for our company that lists pricing policies, shipping costs, etc...they want it in a database with php and mysql so its dynamic. does anyone know the best way to go about this?
basically there would be a question, answer, related link and maybe an image for each question. it can't be too resource intensive though coz it will be viewed by about 8,000 people a day. does anyone have any idea where i should start?
__________________
i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope. |
|
#2
|
|||
|
|||
|
If i was going to do something like that i would use 2 tables, on for each different topic and another for the question/answer. That would probally be the best way to do it.
heres a simple structure of the databases table Name: topic - with the following fields section_id section_name table name: que_ans id section_id question answer related link image using that very basic layout you could easly create a dynamic FAQ |
|
#3
|
|||
|
|||
|
Quote:
let me see if i understand this . Each topic will have 2 tables?
__________________
![]() ![]() "Only Linux users see the end of crashes." - Pl4t0 |
|
#4
|
|||
|
|||
|
the first table would contain all the different sections, eg, shipping, etc the other table would contain the Q/A
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > best way to make a php faq page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|