PDA

View Full Version : Is PHP supported by NS 4.5?


Kay
12-18-2002, 04:57 PM
We are redesigning our website, and the part that now includes php shows a blank window when the link is clicked in NS4.5.
IE5, NS7 and IE on Mac supports it.
Is there a way to work around this?
TIA for any help and info you can provide.

Kiwi
12-18-2002, 05:10 PM
PHP is a server-side language, so the client is irrelevant.

PHP is usually used to produce html code that's sent to your pc. This html can have problems with your browser, but PHP can send any html the programmer tells it to.

In short, the problem lies in the html that's sent, not in the php code that sends it.

Kay
12-19-2002, 01:12 PM
Thank you - One nested table was missing a closing tag.
IE seems to be a little more forgiving than NS.
It's working now!