News Feed
Jobs Feed
Sections




News Archive
The PHP Blog:
Writing a Pastebin in PHP
June 14, 2006 @ 06:52:40

From The PHP Blog today, there's this tutorial covering the creation of a "pastebin" style website of your very own. Pastebins are a simple collaboration tool allowing the posting of textual data (most commonly code) to a public place anonymously.

This post will show you step by step, how to create your own personal pastebin. If you don't know already, a pastebin is a website that lets people share text. These kinds of sites are useful when collaborating with project members who are in different locations, because it lets you quickly share pasted data with all members, instead of emailing the text back and forth. Some popular pastebins are pastebin.com, and pastebin.ca.

They develop the backend first, creating a simple MySQL database to hold the information. From there, it's just a bit of PHP away from allowing users to post their information. It's a very basic kind of interface (no feedback capabilities or anything), but with a little tweaking, it could definitely do more.

1 comment voice your opinion now!
pastebin tutorial mysql post anonymously pastebin tutorial mysql post anonymously


blog comments powered by Disqus

Similar Posts

CodeForest.net: How to crop an image using jQuery and PHP

MSBWare.com: Alternating Row Colors

Script-Tutorials.com: Creating a Modern Looking Animated Login System in PHP

phpPatterns.com: Creating XUL applications with PHP

Zend Developer Zone: OSCON '07 Wrapup


Community Events











Don't see your event here?
Let us know!


zendframework2 conference opinion podcast framework rest functional phpunit language development introduction symfony2 testing usergroup database google interview release series community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework