 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
NETTUTS.com: How to Create a PHP/MySQL Powered Forum from Scratch
by Chris Cornutt March 18, 2010 @ 11:21:46
On NETTUTS.com there's a (quite complete) tutorial posted that walks you through the creation of a forum using PHP and MySQL as a backend to store the posts.
In this tutorial, we're going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage.
They start with the backend and move their way forward, setting up the MySQL tables - categories, replies, users and topics. They describe each of them in a bit more detail before getting into the code. They show how to create template for the site (with a little CSS) and include code to create users, authenticate them, set up their permission levels, making categories/topics and much more.
The full code for the forum application they've created can be downloaded here.
voice your opinion now!
mysql tutorial forum beginner
PHP Women: "I am" Contest
by Chris Cornutt February 05, 2009 @ 13:48:50
The PHP Women have started up a new contest today - their "I am" competition:
PHPWomen is delighted to announce the arrival of a new competition here at phpwomen.org. To win, all you have to do is complete this sentence: "I am a phpwomen member because..." and tell us how you got to where you are today and what brings you to the site. You should put your entry into the forum thread before the end of February.
There's no limits on who can enter ("women, men, aliens and pets") but posts that aren't in the general spirit of the competition woul dbe in danger of being deleted. The prize for the winner (besides the glory, of course) is a $50 USD gift certificate from the fine folks at php|architect.
Not a member yet? Find our more about it here!
voice your opinion now!
phpwomen iam contest phparchitect forum thread
PHPFreaks.com: PHP Add Text To Image
by Chris Cornutt January 26, 2009 @ 12:04:06
This new tutorial from the PHPFreaks.com website shows how to add text into a custom created image (they go with an Arial font in a PNG image).
One of the standard features of a message board is allowing members to have a signature, which is appended to the bottom of each post they make. Posters can put whatever they want into the signature (within forum settings). Putting quotes in one's signature is one of the more popular things to do. [...] Soon afterwards, I started receiving messages on a fairly regular basis asking me "What kind of sorcery is this?? How do I do that??" You know, I think it's kind of funny people should ask, because this is really nothing new.
His code (the full script is here) sets up the font size, the font face (Arial) and the quotes to be randomly pulled from first. The image manipulation comes next - making a PNG resource, adding a few colors and shapes, and dropping in the text.
Each line of the code is covered in detail so you'll understand exactly what's going on. The end result is a script that makes a simple image and can be easily expanded to work with other sources (like databases or flat text files).
voice your opinion now!
tutorial image dynamic gd text signature forum random
PHPClasses.org: Book Review Drupal Creating Blogs, Forums, Portals and Community Websites
by Chris Cornutt July 14, 2008 @ 12:51:58
The PHPClasses.org website has posted a new book review about the Packt Publishing offering "Drupal: Creating Blogs, Forums, Portals and Community Websites" (book by David Mercer, review by Zoltan Hunt).
This Packt book takes the reader through installing the Drupal software, configuring and theming, adding content and deploying a Web site. It is aimed at the end user who is looking to setup and customize Drupal's themes, but not actually write their own modules, which would be a topic for book on its own.
The review talks about some of the origins of the content management system, the contents of the book (use cases, introductions to the functionality, etc) and how to manage your site.
voice your opinion now!
drupal book review davidmercer blog forum portal community website
|
Community Events
Don't see your event here? Let us know!
|