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

using include with PHP

Participant ,
Nov 07, 2008 Nov 07, 2008
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?
TOPICS
Server side applications
488
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

correct answers 1 Correct answer

LEGEND , Nov 09, 2008 Nov 09, 2008
JBWebWorks wrote:
> I answer no to the warning message and everything works fine. Should i worry
> about this?

Move the script that initializes the Spry menu bar to the include file.
If "The Essential Guide to DW CS3" is among the three books of mine that
you have got, read pages 370-2, where I explain how to get rid of that
nagging message.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/...
Translate
LEGEND ,
Nov 09, 2008 Nov 09, 2008
JBWebWorks wrote:
> I answer no to the warning message and everything works fine. Should i worry
> about this?

Move the script that initializes the Spry menu bar to the include file.
If "The Essential Guide to DW CS3" is among the three books of mine that
you have got, read pages 370-2, where I explain how to get rid of that
nagging message.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
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
Participant ,
Nov 10, 2008 Nov 10, 2008
Thanks David
That was easy; i guess there is a big difference between reading and retaining.
three books are
PHP For Dreamweaver 8
PHP Solutions
The Essential Guide To Dreamweaver CS3 with CSS, Ajax, and PHP

Thanks again
Jim Balthrop
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 ,
Nov 10, 2008 Nov 10, 2008
LATEST
JBWebWorks wrote:
> Thanks David
> That was easy; i guess there is a big difference between reading and retaining.

No problem. I have the same experience with other books. However, I do
tend to remember most of what's in my own. ;-)

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
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