again?
Eh? That's happened quite a few times now. Any idea why Dreamweaver is inserting doubled-up sections of code? This has only started happening since I've been working with PHP and MySQL. Quite frustrating having to double check my code every time there's a problem just in case Dreamweaver has messed it all up. :(
Whilst you're looking at that page, the HTML Editor isn't displaying text from the recordset. It's Initial value is set as:
<?php echo $row_rsEDITPROD['LEDdesc']; ?>
Tell me this isn't another case of having to have the text field as the last field selected in the SELECT statement a la ASP is it?