[Locked] I have q question about stickys?
Hi everyone,
I have a question about stickys.
I have created two new server behaviors; sticky text field and sticky edit field.
When I apply the sticky edit field; a notice pops up saying the server behaviors panel can't tell the difference between them and then adds them both in the server behaviors panel, in Dreamweaver CS3.
I have looked at my code I don't think both of them are being applied.
This is the server behavior (sticky edit field) applied to my code:
<td><input value="<?php if (isset($_POST['first_name'])) {echo htmlentities($_POST['first_name']);} else {echo htmlentities($row_getCustomer['first_name']);} ?>" type="text" name="first_name" size="32" /></td>
This is the server behavior (sticky text field):
<?php if (isset($_POST['first_name'])) {echo htmlentities($_POST['first_name']);}
Does it matter if they both show up in the server behaviors panel?
If it does, can I delete the one I don't want with the minus button?
Or do I need to go back and edit the server behaviors?
Thanks
