CSC220 downloadFile1.php

From dftwiki3
Revision as of 09:41, 1 November 2010 by Thiebaut (talk | contribs) (Created page with '--~~~~ ---- <code><pre> <html> <body> <h3>Display Uploaded Text File</h3> <?php include 'downloadFile0.php'; ?> </body> </html> </pre></code> <br /> <br /> <br /> <…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut 14:41, 1 November 2010 (UTC)


<html>
<body>

<h3>Display Uploaded Text File</h3>


<?php 
include 'downloadFile0.php';
?>


</body>
</html>