Sorry if this is a duplicate post, but I can't find my earlier posting. I have a PHP file called mortgage.php. In it, there are statements along these lines:
<form action="<?=$_SERVER['PHP_SELF']?>" method="post"> <input type="text" name="1st_number" value="" /> x <input type="text" name="2nd_number" value="" /> = <?=$number?><br /> <input type="submit" name="multiply" value="Calculate" /> </form> There is also some HTML code, as you might imagine. However, whenever I reformat the code, BBEdit replaces the PHP brackets with lt or gt equivalents, which of course breaks the PHP code so the file does not execute properly in a browser. Is this the new normal since the introduction of BBEdit 10, or is there something I'm missing? -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
