PDA

View Full Version : Code Snippet Script



Dan
July 6th, 2009, 07:10
I am looking for a PHP script that will allow people to submit code snippets etc so others can search the site for particular snippets of code. Hope this is making sense.

Any ideas?

Dynash
July 6th, 2009, 09:06
Like Google Code?

Dan
July 6th, 2009, 21:31
Yeah or more like http://snippets.symfony-project.org/

iBrightDev
July 7th, 2009, 00:02
just simply have the stuff submit to a DB, and make sure they have titles. when you do a search do a LIKE query for the result. you can have it search the title or even the snippet itself.