tamir_malas Posted June 14, 2007 Share Posted June 14, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/55607-creating-an-article-based-website/ Share on other sites More sharing options...
Full-Demon Posted June 14, 2007 Share Posted June 14, 2007 Well...whats the problem? Quote Link to comment https://forums.phpfreaks.com/topic/55607-creating-an-article-based-website/#findComment-274778 Share on other sites More sharing options...
tamir_malas Posted June 14, 2007 Author Share Posted June 14, 2007 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? Quote Link to comment https://forums.phpfreaks.com/topic/55607-creating-an-article-based-website/#findComment-274905 Share on other sites More sharing options...
Full-Demon Posted June 15, 2007 Share Posted June 15, 2007 Google for benchmarks of several database types and google for guides to improve your query's and tables. Quote Link to comment https://forums.phpfreaks.com/topic/55607-creating-an-article-based-website/#findComment-275242 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.