media @ VU
[] readme course(s) preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthought(s) appendix reference(s) example(s) resource(s) _

talk show tell print

wiki-delete.php



  <?php
  if(_GET["go"]==true){
  
  	del_file = _GET["titel"]."/"._GET["bestand"];
  	unlink(del_file);
  	
  	message =	""._GET["bestand"]." deleted.

" . "back to ".$_GET["titel"]." directory
" ; } else{ $message = "delete ".$_GET["bestand"]." ?

" . "yes</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href='wiki-dirview.php?titel="._GET["titel"]."' target='_self'>no
" ; } ?>
<?php include 'header.php' ?> <link href="css/style.css" rel="stylesheet" type="text/css"> <script language="JavaScript" type="text/JavaScript"> </script> <center> <table border=0 width=500> <tr> <td colspan=4 align=center><b>delete file</b> / <a href=wiki-dirview.php?titel=documents>documents</a></td> </tr> <tr> <td colspan=4 height=10></td> </tr> <tr> <td width=10 height=10></td> <td colspan=2> <?php echo message; ?> </td> <td width=10 height=10></td> </tr> </table> </center> <?php include 'footer.php' ?>

(C) A. Eliëns 21/5/2007

You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.