I am trying to add the folling php code to .php fie in CS3
before the html tag:
<?php $thisPage="About Us"; ?>
Dreamweaver crashes when I try to do this.
If I move the code down between the html tag and the head
tag, no crash.
I am on MAC OS X 10.5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php $thisPage="About Us"; ?>
<html xmlns="
http://www.w3.org/1999/xhtml">