southbeach
Programmer
I have code such as
It is not working! Why?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Code:
$blank='';
$string = '
<td>
<input name="itemName" id="itemName" type="text" size="12" maxlength="20"
value="'.isset($line['name'])?$line['name']:$blank.'" />
</td>';
It is not working! Why?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.