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

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

DevShed: Tracking Website Statistics with PHP

Job Posting: Emma Seeks PHP & Javascript Developer (Nashville, TN)

VideoPHPBlog.com: Create your own MVC

DevShed: Building Concrete Validators


Community Events











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


application functional opinion development example interview testing release introduction database framework phpunit podcast api zendframework2 language code series community composer

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