lsfphelpls -> How I add a php script block in dreamweaver mx 2004 (10/21/2007 13:45:36)
How I add a php script block in dreamweaver mx 2004 but be seen on design view[it's php icon] ? tell me all methods for this ?
womble -> RE: How I add a php script block in dreamweaver mx 2004 (10/21/2007 18:21:10)
Presuming that you mean you want the PHP script, the code, to be visible on the web page, then you need to convert the opening and closing tags to HTML character entities, i.e. the <s to < and the >s to >, otherwise theyll be rendered as php and be processed server-side, so you won't see the code, just the result of it.
lsfphelpls -> RE: How I add a php script block in dreamweaver mx 2004 (10/22/2007 0:34:35)
any php code normally I add to code view, will have corresponding icon to design view ? any ?