08-23-2004, 10:14 PM
|
#3 (permalink)
|
|
Registered User
Join Date: Apr 2004
Posts: 26
|
Quote:
Originally posted by idx
First, I wouldn't rely on the `register_globals` setting being on.
eg: Don't use $form_crewcode, use $_POST['form_crewcode']. Also use the $_FILES array.
|
Sorry for my ignorance could you pls. Show me how to do it? I'm really new with php and just trying to work to it though.
Quote:
(your data type in mysql is a blob right?)
-r
|
Yes, Iam using longblob.
|
|
|