free php website?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ralle
Forum Commoner
Posts: 38
Joined: Mon Oct 17, 2005 5:05 am

free php website?

Post by Ralle »

Hello everyone!
I just passed the other forum "the enterprice" and noticed that some of you are very good programmers. So I was wondering if some of you could post an example of a website you made? I mean the code itself and maybe links to website you made the code for.
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Re: free php website?

Post by foobar »

Ralle wrote:Hello everyone!
I just passed the other forum "the enterprice" and noticed that some of you are very good programmers. So I was wondering if some of you could post an example of a website you made? I mean the code itself and maybe links to website you made the code for.
PHP.net (_the_ PHP website) has a nice feature which lets you see the code (with colorcoding) of every single page. Here's a link to the source of the index page.

Also, HotScripts has a vast array of opensource PHP apps to download.

And, in addition to the above, you can check out SourceForge.net for some more opensource stuff.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

I'm working on a new release of the game I contribute to, and will need help with further optimizations on the login page soon. I'll post it when I get a chance, so you can see an example of my work.

The majority of work I do is internal to large companies, so the majority of visible work is in my game. :)
Post Reply