Browsing articles from "February, 2008"

Starting PHP

Feb 21, 2008   //   by nuhil   //   PHP  //  1 Comment

This example shows the use of PHP without SQL connectivity:

1. Put a text file to read in the same directory of pages.
2. Create a folder called images in that directory.
3. Put test.php
4. Put process.php
5. Put read.php

*test.php – to input items:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd“>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<style type=”text/css”>
<!–
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
–>
</style>
</head>

Read more >>