Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>documento de estudio coldfusion</title>
  6. </head>
  7.  
  8. <body>
  9. <br>
  10. <cfinclude template="header.cfm">
  11. <div>
  12.     <cfquery name="miqry" datasource="cfmysql" dbname="cfprueba">
  13.         select * from agenda
  14.     </cfquery>  
  15.     <cfoutput query="miqry">
  16.         Mi nombre es #Nombre# #Apellido# y mi Email es #email# <br>
  17.     </cfoutput>
  18. </div>
  19. <cfinclude template="footer.cfm">  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement