I'm blind!!
Whats wrong here? $besk has a value at one place but not in another?

Jeez ....

M.

 $besk=$row1[0];
 print "beskr $besk"; <-- prints value of $besk

 print "        <td><input type='text' name='txteItem' size='20' maxlength='20' 
value='".$eItem."'></td>"; <-- works
        print "   <td><input type='text' name='txteDesc' size='50' maxlength='50 
value='".$besk."'></td>"; <-- DOES NOT PRINT A THING!!
       print "  <td><input type='text' name='txtePrice' size='10' 
maxlength='10' value='".$row['s_price']."'></td>"; <-- works
      print "   <td><input type='text' name='txteQuant' size='10' 
maxlength='10' value='".$row['s_stock_quantity']."'></td>"; <--works

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to