Submit
Do you have a good, healthy recipe that you want to share with us and the world? Feel free to use this form to submit your recipes to Battling Obesity
All submissions remain property of Battling Obesity and you will be referenced as the creator of the submitted recipe. If you did not create the recipe, and are just passing it along (with thanks), please acknowledge the source where you did get the recipe from!
If you wish to submit pictures to complement your recipe, please upload them at the bottom of the screen. You must mention at the end of your recipe submission that you are uploading pictures and their names, otherwise all pictures will be deleted upon receipt.
Thank-You.
{mailform}
/*
Image Upload Script
Version: 1.5 with File Size Checking
Created: 23/1/2005
© 2005 PlasticRain and aTech Media.
www.plasticrain.com
www.atechmedia.com
If you use this script you should include a link back to our website
with the link www.plasticrain.com to allow other users to benefit.
This page is designed to be inlcluded within another page therefore html, head
and body tags have not been used. You can include this page into another page by
following the instructions in README.
If you have any problems with this script please post a message in our message
boards at www.plasticrain.com/forums/
*/
// CONFIG
$serverpath = “/home/obesity/public_html/images/awaitingreview”; // Path to where images should be uploaded to on the server.
$urltoimages = “http://www.Battling-Obesity.com/images/awaitingreview”; // Web address to where the images are accessible from.
$maxsize = “700000”; // Example – 20000 is the same as 20kb
// CONFIG END
$mode = $_GET[‘mode’];
if ($mode == “”) { $mode = “form”; }
if ($mode == “form”) {
echo “