Answered
using include with PHP
After reading three David Powers books, I was convinced to
use <?php include("navigation.php") ?>
where the navigation.php is a spry menu bar.
It works great and saves so much time I can't believe it.
One slight question (not really a problem)
Whenever i open a page which has the include, Dreamweaver give me a message
"This document contains JavaScript code for a widget that no longer exists. If you don't remove the code........"
I answer no to the warning message and everything works fine. Should i worry about this?
where the navigation.php is a spry menu bar.
It works great and saves so much time I can't believe it.
One slight question (not really a problem)
Whenever i open a page which has the include, Dreamweaver give me a message
"This document contains JavaScript code for a widget that no longer exists. If you don't remove the code........"
I answer no to the warning message and everything works fine. Should i worry about this?
