|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
RE: File Upload Problem
i'm using a mediumblob field..and i already did the addslashes
|
|
#17
|
|||
|
|||
|
RE: File Upload Problem
Sorry...missed that line...your insert query looks a little wrong..try this:
mysql_query("INSERT INTO members (avatar) VALUES ('".$file_contents."'") If that doesn't work, post the error that mysql_error() is spitting out... |
|
#18
|
|||
|
|||
|
RE: File Upload Problem
thanks for everyones help, i got it workin now...my sql statement was correct, all i had to change was this:
to this: |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > File Upload Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|