View Single Post
Old 10-24-2007, 01:04 AM   #1 (permalink)
biggerboy
The Visitor
 
Join Date: Oct 2007
Posts: 2
Thanks: 0
biggerboy is on a distinguished road
Default Need Help Mysql Query

Here is what I have

PHP Code:
$query sprintf"insert into images set realname='%s', 
user='%s', size='%s', used='%s',
type='%s', desc='%s', ip='%s', 
private='1', report='0'"
$filename_orig$username$filesize$date$filetype$desc$_SERVER['REMOTE_ADDR']); 
I am getting as an error T_LNUMBER where the private and report entries are.

Thanks!
biggerboy is offline  
Reply With Quote