Jump to content

Creating an article based website


tamir_malas

Recommended Posts

Hi,

 

iam good in php programming, and i need to create an article based website, what words should i search for in yahoo to find a good strategy?

 

or can someone just give me hints how to create it?

 

the site should do the following->

1-only administrator can add articles

2-public can only search

3-and of course the search should be optimized and fast.

 

Thank you all.

Link to comment
https://forums.phpfreaks.com/topic/55607-creating-an-article-based-website/
Share on other sites

Well, iam asking about the technique i should use to implement the database,

1-should i use mysqli or sqlite, or something else?

2-should i make a database that contains the following:

id int

subject varchar(255)

article text

 

or should i use someway else?

is this way fast in searching? or there is another way?

what additional operations should i make on the database to make the search faster?

 

can anyone help me now?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.