Quote:
|
Originally Posted by DaveyBoy
lol i didn't portray it to be bad 
|
Well anyone mind if I do?!
I had a job where I needed to add a single PHP line to the top of every page in an existing web site. The site was built with FrontPage and the client needed to update it regularly.
PHP code is added to the page as a <?php ?> "processing instruction" which should be ignored by everything apart from a PHP processing program. However, FrontPage saw it and decided not to continue working as my client expected, "we can't update our pages now" they said!
This is all after FrontPage has produced the worst HTML and CSS, and even used JavaApplets for ALL buttons on the page!; - (and my client had made all links into buttons)!
Now this horror story was about fairly OLD VERSION of FrontPage, the latest might be better?
p.s. if anyone was wondering how I fixed it... my client changed ISP who eventually enabled the features I requested, allowing me to use Apache php prepend directive, to dynamically add my line of code when it's sent to visitors, without needing to change the code of the .htm files FrontPage uses!