Making Guestbook PHP / General Development
In this tutorial I will show you how to create a nice simple guestbook, I will be using PHP and MySQL for this.
PHP : Beginners Guide PHP / Getting Started
PHP can do many things, such as creating a hit counter, login script, guestbook ... really complex things ... even really easy things such as displaying the time on your page or forwarding a user to a new page (re-direct). The possibilities really are endless.
Use phpdomxml to create a Guestook in Flash PHP / Miscellaneous
In this tutorial we will see how to create and manage a simple Guestbook using an XML formatted file (with a simple XSL style-sheet). To do that we will create and parse the XML structure using an open source library for PHP which allow us to threat XML with DOM.
File Creator/Editor PHP / File Operations
Create a form that makes and/or adds data to files on your server. Could be useful in creating a simple guestbook and free for all links flat file database.
Creating a PHP form PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.
Creating Dynamic Images with PHP PHP / Dynamic Images
This simple tutorial explains how to create images on the fly using PHP. It presents a simple code which you can use with a TTF font on your site.
Interfacing with Java from PHP PHP / Miscellaneous
PHP4 ext/java provides a simple and effective means for creating and invoking methods on Java objects from PHP. This article will give you a quick tutorial on how to use the PHP Java extension.
Banner Rotation Using PHP PHP / Randomizing and Rotation
Creating a simple ad-rotator, the ads are stored in a text file and picked randomly by this PHP code. Most of the webmaster use banner ads, we will be creating a very simple banner rotator, which picks up randomly one ad from the banner file and displays it, this file can be called in any other page to display the banners.
Basic Calculator PHP / Getting Started
In this tutorial were going to be creating a very simple calculator, using a very simple PHP script. It will be able to handle Addittion (+), Subtraction (-), Multiplacation (*) and Division (/). To fully understand this tutorial, i suggest you have a good understanding of XHTML (in particular forms), and a basic understanding of PHP (in particular If statements and variables).
Creating a simple contact form with PHP PHP / Forms
In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email.
Making your first PHP page PHP / Miscellaneous
Creating a PHP page is very similar to creating an HTML page. There are two main differences between an HTML page and a PHP page, your PHP page will need to have a .php extension instead of .html, and you will use PHP code in your PHP page.
Creating simple PHP contact form PHP / Emailing
When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script.