I’m going through the lessons from Sitepoint’s PHP & MySQL book and have run into an apparent bug in the way Dreamweaver handles PHP.
Whenever there is a value beginning with a question mark the value disappears at some point (I’m guessing when the file is first saved or when a certain tag is closed?). This happens in both CS2 and CS3, and it is making CS2 crash when the values are actually saved.
Examples of cleared values are: (They become empty values =" " )
<a href="?add">Add new joke</a>
<form action="?<?php htmlout($action); ?>" method="post">
Has anyone else run into this issue before and is there a way to fix it? I searched the forum but didn’t see anything discussing this.