Forum Moderators: coopster

Message Too Old, No Replies

converting htm website to php

         

Sarah Atkinson

5:53 pm on Sep 14, 2005 (gmt 0)

10+ Year Member



we want to add some php code ALL of our htm pages. So I am going through and changing all the pages and links to .php. Our main menu is a dreamweaver library item. To make it more eficient I decide to change it to a php include file. I changed the file extention and put in some php code. The menu shows up but falls apart. it is a CSS list style menu but the sub menu items just show up and don't pop out like they should.

Anyone know why this might be? is it a problem with the php?

ergophobe

6:03 pm on Sep 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



PHP only handles delivery to the browser. Anything that gets to the browser but doesn't display as expected is in the HTML or CSS

Save the page from your browser, then edit as need be. When it works as desired, figure out what you had to change and then change your PHP code so that it outputs the same HTML.