
section of your HTML document put the code below:
e-mail either with this text link or by clicking the email icon And The Rest Of Your E-Mail Message Here. |
e-mail either with this text link or by clicking the email icon And The Rest Of Your E-Mail Message Here. |
Please answer all fields
} ?>echo $numguest[0]; ?> people have left me a message.
//////////////////////////////// // This is where we decide to get all the entries or just the last 20. // This variable is set by just adding a '?complete=1' after the URL. //////////////////////////////// if ($complete == 1) { $query = "SELECT * FROM guests ORDER BY guest_time DESC"; } else { $query = "SELECT * FROM guests ORDER BY guest_time DESC LIMIT 20"; } $guests = mysql_query($query) or die("Select Failed!"); //////////////////////////////// // This will loop as long as there are records waiting to be processed. // Notice the plain HTML inside the while loop structure. PHP is flexable // enough to allow you to break into and out of the "code" at any point. //////////////////////////////// while ($guest = mysql_fetch_array($guests)) { ?>Name: echo $guest['guest_name']; ?> | Email: echo $guest['guest_email']; ?> | //////////////////////////////// // The database has a timestamp record type that we can use to show the // date the guestbook was filled out. //////////////////////////////// $datefromdb = $guest['guest_time']; $year = substr($datefromdb,0,4); $mon = substr($datefromdb,4,2); $day = substr($datefromdb,6,2); $hour = substr($datefromdb,8,2); $min = substr($datefromdb,10,2); $sec = substr($datefromdb,12,2); $orgdate = date("l F dS, Y h:i A",mktime($hour,$min,$sec,$mon,$day,$year)); ?> Date: echo $orgdate; ?> |
echo $guest['guest_message']; ?> |
All trademarks mentioned herein belong to their respective owners. Unless identified
with the designation "COPY FREE", the contents of this website is copyrighted by
"armanifellas ltd". "armanifellas ltd" hereby authorizes you to copy documents published
by "Rapman & kiddy Armani" on the World Wide Web for non-commercial use within your
organization only. In consideration of this authorization, you agree that any copy
of these documents you make shall retain all copyright and other proprietary
notices contained herein.
You may not otherwise copy or transmit the contents of this website either electronically or in hard copies. You may not alter the content of this website in any manner. If you are interested in using the contents of this website in any manner except as described above, please contact "Rapman & kiddy Armani" at "moklimited@yahoo.com" for information on licensing. Individual documents published by "Rapman & kiddy Armani" on the World Wide Web may contain other proprietary notices and copyright information specific to that individual document. Nothing contained herein shall be construed as conferring by implication, estoppel or otherwise any license or right under any patent, trademark or other property right of "Armanifellas ltd" or any third party. Except as expressly provided above nothing contained herein shall be construed as conferring any license or right under any copyright or other property right of "Armanifellas ltd" or any third party. Note that any product, process, or technology in this document may be the subject of other intellectual property rights reserved by "Armanifellas" and may not be licensed here under. |
No comments:
Post a Comment
//comments//-armaniville-