Advertisement
dbcalmada

erroneous.php

Feb 27th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?php
  2. */ erroneous.php - format this page in a structure that you find easy
  3. to read and understand, then discover what lines are causing the
  4. execution errors in the page. */
  5. print "<html><head><title>Structure and Errors sample page - FIX
  6. ME!!!</title></head><body>";print "<table border=0><tr><td><b>This
  7. should be formatted nicely to be easy to read in this document."
  8. print "If you can not quickly and easily find out what the
  9. errors<br>on this page are, then perhaps you should go back and re-
  10. examine the fifth movie in this chapter...";?><?
  11. </b></td></tR></table>
  12. <?
  13. print "And by the way, you if you can figure out all the errors on
  14. this page, then you are well on your way to becoming a good PHP
  15. programmer. Congratulations!":
  16. ?>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement