| TOTAL: 1 Page: 1 of 1 |
|
PHP form tutorial
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.

| Hits: | 21 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-09-19 |
phpBB login - Integrate a login form on your index for your forum
Copy this code, make the neccessary changes, save as a .php file, upload to your server, and use include('filename.php'); ?> where ever you want it to show up (change filename.php to the files acctual name). If you have any questions, just ask on the tutorial help forums.

| Hits: | 111 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
phpBB Stats - Integrate your forums stats with your index
Copy this code, make the neccessary changes, save as a .php file, upload to your server, and use include('filename.php'); ?> where ever you want it to show up (change filename.php to the files actual name). If you have any questions, just ask on the tutorial help forums.

| Hits: | 130 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
Simple PHP Guestbook Tutorial - Build up a complete guest book script
we get to the PHP stuff, first you have to decide what you want your guestbook to have. Some examples are "name, email, location, site, message, mood, etc." you can do TONS of stuff, anything you want. For this tutorial, we will make it include "name, email, site, message". Ok, first, we open up our text editor(notepad w00t!) and we start off with the beginning tags,

| Hits: | 63 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
Making a phpBB-style Editor - Part 1: The Editor
There are a lot of people out there who have been wondering how to go about making a bb-style editor, allowing users to insert specific tags for use in the final post. As any good developer knows, you can't just allow any html that the user wants to insert - that poses a serious security risk. So we get around this by allowing certain tags, applicable on the touch of a button, to be converted after they press the preview or submit button. This tutorial will cover the strict client-side of the

| Hits: | 81 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |