PHP Forum // Finalizing Create Topic

July 9th, 2008 Mod Posted in PHP No Comments »

Finishing up create a topic in this 8th installment of the PHP Forum Tutorial.

AddThis Social Bookmark Button

PHP Forum // Partial Create Topic

July 6th, 2008 Mod Posted in PHP No Comments »

PHP Forum // Partial Create Topic
We discuss the beginning stage of creating a topic.

AddThis Social Bookmark Button

PHP Forum // Main Forum Layout

July 6th, 2008 Mod Posted in PHP No Comments »

We create the structured layout of the main forum page, and some little Javascript test.

AddThis Social Bookmark Button

PHP Forum // Add Sub Category

July 6th, 2008 Mod Posted in PHP No Comments »

5th addition to the PHP forum tutorial which involves adding the sub categories for the forums.

AddThis Social Bookmark Button

PHP Tutorial: Installation and The Basics

July 5th, 2008 Mod Posted in PHP No Comments »

To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)

1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp

2. on windows go to C:\xampp

it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.

There’s also something called WAMP
http://www.wampserver.com/en/

There’s a lot of php tutorials out there just search google
http://www.google.com/search?hl=enr&a…

Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/

Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparis…
http://www.context.cx/

AddThis Social Bookmark Button

PHP Forum // Admin: Add Forum Cat

July 5th, 2008 Mod Posted in PHP No Comments »

Adding onto the administrative section by making the add forum category useful.

AddThis Social Bookmark Button

PHP Forum // Additional Layout + Admin Start

July 5th, 2008 Mod Posted in PHP No Comments »

Beginning of the administrative section and some layout change.

AddThis Social Bookmark Button

Part 2 in PHP Forum Tutorial

July 5th, 2008 Mod Posted in PHP No Comments »

Creating the login and logout functions.

AddThis Social Bookmark Button

PHP Forum // Basic Layout

July 5th, 2008 Mod Posted in PHP No Comments »

Part 1 in PHP Forum Tutorial. Creating a simple layout.

AddThis Social Bookmark Button

PHP, HTML Tutorial // POST, Table, Forms

July 5th, 2008 Mod Posted in PHP No Comments »

A PHP and HTML Tutorial in which we processes information from a form using the $_POST[]; functions in PHP and created a table and form.

AddThis Social Bookmark Button