Posted by:
gshanthi
(---.28.144.59.touchtelindia.net)
hi,
I am a newbie to wamp. How to setup our include files in my local host server. I am using windows XP os.
my code is
<?
include ("include/header.inc.php"
;
?>
<p>This is the addressbook for [name].</p>
<?
include ("include/dbconnect.php"
;
$sql="SELECT * FROM $table";
$result = mysql_query($sql);
$resultsnumber = mysql_numrows($result);
echo "The current total of entries in the address book is: $resultsnumber";
include ("include/footer.inc.php"
;
?>
need to your help....
Post Edited (07-27-06 07:37)