php and dreamweaver pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Monopoly
Forum Commoner
Posts: 41
Joined: Wed May 21, 2008 1:19 pm

php and dreamweaver pages

Post by Monopoly »

Hello ,

A friend of mine has recently built a page in dreamweaver (I don't care what version) and asked me to insert a php expression that would change the date automatically...

Well I inserted the simple php code , but it wouldn't work . The code is correct I tested it and it works fine. But in that dreamweaver-output page it wouldn't show anything .

Also if you add some style-scroll bar in between the <head> tags in that dreamweaver page , the scroll woudn't change , but it well works on other pages.

Is it smt. with dreamweaver ?? Are there any solutions??
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: php and dreamweaver pages

Post by califdon »

Are you asking about viewing the page in the Dreamweaver internal browser? That won't work because PHP is a language that is interpreted by the web server (Apache), so if you're not using a web server to view the page, of course PHP won't work. If that's not what you meant, I'm sorry, I couldn't understand your question.
Post Reply