Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

[Locked] I have q question about stickys?

Guest
Aug 12, 2009 Aug 12, 2009

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

TOPICS
Server side applications
529
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 17, 2009 Aug 17, 2009
LATEST

Answered here.

Locking this duplicate thread.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines