getting text in to database?

Started by dyrome, February 02, 2006, 04:31:27 PM

Previous topic - Next topic

dyrome

hello all,

i have made some chances in profile template i have 1.1rc2
like this
echo '
                     
               
<tr>
                     
<td width="40%"><b>', $txt[733], ': </b></td>
                     
<td><input type="text" name="bbccode1" size="20" value="', $context['member']['bbccode1'], '" /></td>
            
</tr><tr>
                        
<td width="40%"><b>', $txt[734], ': </b></td>
                        
<td><input type="text" name="bbccode2" size="20" value="', $context['member']['bbccode2'], '" /></td>
            <tr>
<td colspan="2"><hr width="100%" size="1" class="hrcolor" /></td>
                     
</tr>
                           
</tr>';

i made a field in phpmysql: smf member
bbccode1
bbccode2

why dont it put the text in to the database?

Advertisement: