I recently downloaded a phpDownload app.  I'm having problems with it and
can not reach the creator of this app.

The INSERT query from the Admin portion of this app will not insert the info
passed from a form.   Can someone offer any help with this?

Here is a portion of the code:

} else {
// Insert new entry
 $query = "INSERT INTO Downloads (Name, Description, FileSize, FileName,
DownloadCount, Category, Redirect) VALUES ('";
 $query .= addslashes($Name) . "','" . addslashes($Description) . "'," .
$FileSize . ",'" . addslashes($FileName) . "'," . $DownloadCount . "," .
$Categories . ",'" . addslashes($Redirect) ."')";

 }

Darren Evans
Senior Site Coordinator
www.bombs-away.net




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to