the following script, which is part of a FORM input:
Code: Select all
elseif ((mysql_field_type ( $result , $i )) == 'blob')
echo"<TD><INPUT TYPE="FILE" NAME="new_stuffї$i]"></TD>";Any iideas why?
Moderator: General Moderators
Code: Select all
elseif ((mysql_field_type ( $result , $i )) == 'blob')
echo"<TD><INPUT TYPE="FILE" NAME="new_stuffї$i]"></TD>";