Posts Tagged ‘GUEST’

PHP Tutorials – Making a simple Guest Book part 3

In this part of the tutorial, I show you how to insert data into your guestbook table.

PHP Tutorials: Creating a Guestbook (Part 1/8)

Creating a simple guestbook with PHP and MySQL. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Count Visitors Currently Online (Part 1)

Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Count how many visitors are currently browsing your website!

PHP Tutorials: Show database data in columns/rows

How to display data from your database in columns and rows. A phpacademy guest tutorial, by Shane. WANT TO EARN MONEY PRODUCING GUEST TUTORIALS? Contact alex@phpacademy.org FORUM phpacademy.org TWITTER twitter.com

PHP Tutorials: Creating a Guestbook (Part 2)

Create your own guestbook using PHP and a MySQL database.

PHP Tutorials: Creating a Guestbook (Part 1)

Create your own guestbook using PHP and a MySQL database.

PHP Tutorial – FORM $_GET and $_POST Super Globals

In this tutorial I explain when and how to use the GET and POST Super Globals within a Form and within a URL. This is a very important part of web design and programming, because a client will always want some kind of Contact Form or guestbook on their website and I do not believe in using Javascript to collect and process information. A contact form should work regardless…… Listen carefully, this tutorial is one that you must understand and be able to do with you eyes closed… Good Luck