Database Answers Header Chateau Laurier Hotel, Ottawa, Canada
Home Ask a Question Data Models FAQs SQL Scripts Search Site Map  
Guest List

This Page is a simple demo of MySQL and PHP3 to display a Guest List from the GUESTS Table in the barrysdb Database ...
If you would like the Code and details of how to use it, please Email Me.

\n"); print ("\n"); print ("\n"); print ("\n"); print ("\n"); print ("\n"); print ("\n"); } ?>
Guest Name Nr. Guest Address City Country
\n"); print ("\n"); printf ("%s", $row[GUEST_NAME]); print (""); print ("\n"); print ("\n"); print ("\n"); printf ("%s", $row[GUEST_NUMBER]); print (""); print ("\n"); print ("\n"); print ("\n"); printf ("%s", $row[GUEST_ADDRESS]); print (""); print ("\n"); print ("\n"); print ("\n"); printf ("%s", $row[GUEST_CITY]); print (""); print ("\n"); print ("\n"); print ("\n"); printf ("%s", $row[COUNTRY_CODE]); print (""); print ("\n"); print ("

End of Computer-Generated (PHP3/MySQL) Guest List.