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??
php and dreamweaver pages
Moderator: General Moderators
Re: php and dreamweaver pages
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.