hey folks:
i have a client who insists on using dreamweaver. i want to turn his html source into php code that he can continue to edit with dreamweaver.
i wrote a script to parse his html source and strip out redundant data -- like the headers and footers that were repeated in every file.
Dreamweaver is smart enough to deal with the php thing...to a certain extent. it doesn't interpret the code, but it knows that it is php code.
I'm also working to make sure that any html in my php files is a complete table or html fragment...either a complete row or complete TD or complete table so there are no dangling html fragments that dreamweaver might want to close.
still trying to get my head around this notion and make files that he can work on that i can easily pop back into my project.
any thoughts??