开发者

PHP Websites Source Code

I'm looking for PHP script samples of websites. I'm 开发者_Go百科just done reading a text book on PHP and I want to check out some of the various implementations.

Thanks


Search for "open source php" or visit an open source host like sourceforge.org


I would first start out looking at solidly built sites that utilize a framework, see Recommend a PHP framework....

Next I would look at some of the open source CMS designs built on PHP. Namely Wordpress and modx. Both will be over your head if your new to programming in general but getting the feel for how applications are written, syntax style, etc is well worth it.

Compile a list of questions you have, why are they using self::?, what's a constant, etc and either google for the answer or ask here.


This is a pretty generic question, and probably fairly open ended. Technically speaking, since PHP is a Turing complete language it can be used for basically anything. OTOH, if you want specific examples of problems to solve, perhaps that would be a better question to ask. I'd recommend some problem that you find interesting, and learning how to solve that with PHP. For instance, say you want a site that generates anagrams of a given name. Or maybe you want a guessing game. Or a message board (phpBB is open source and an example of a popular solution). If you're looking for concrete examples and ask specific questions you're more likely to get concrete and specific solutions.

Otherwise you'll get answers about as generic as your question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜