I established a mysql query
it was working very well without a problem
I didnt touch the query,and now it doest go through
whats' wrong with this line?
$sql=mysql_query("INSERT INTO files (file_id, client_id, file_name, file_desc, file_jobnum, file_date, file_available, file_status, file_instruction, file_location)
VALUES (NULL, '$client', '$file', '$desc', '$jobnum', NOW(), NOW() + $avail, 'new', '$instruct', '$filelocal')");
i've echoed all variables and they are all full going into the db, but it simply doesnt put them in. This is the exact same code as when it was working before. I've emptied the table in phpmyadmin a few times, couild this have been a problem?