|
Posted by Dustin Wish on 05/13/05 23:04
Fixed it. Corrupted code in php nuke on FTP. Weird. And I understand that
PHP is a language that produces HTML code. Not sure if there was an issue
with Firefox and PHP based pages.
-----Original Message-----
From: Brent Baisley [mailto:brent@landover.com]
Sent: Friday, May 13, 2005 3:00 PM
To: Dustin Wish
Cc: php-general@lists.php.net
Subject: Re: [PHP] php works in IE not Firefox?
PHP does not work in Firefox. It doesn't work in IE either, or any
browser for that matter. It works "in" Apache and can even work on the
command line.
PHP can generate web pages. The resulting web code may not work right,
but that's not php's fault. That's the fault of the developer who wrote
the php code that generates web pages that don't work.
You could easily take php nuke and customize it so it ends up not
working in FireFox. It could be something as simple as changing the
style sheets, and probably is. Whoever is customizing php nuke should
be aware of the differences between browsers. CSS is a pretty thorny
area in IE. After all, it hasn't been updated in years.
On May 13, 2005, at 2:12 PM, Dustin Wish wrote:
> Anyone run across an issue where a php script works in IE and not
> Firefox?
> Christianboards.org is a PHP nuke site running on a Enism linux box
> that is
> having this issue.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.859 / Virus Database: 585 - Release Date: 2/14/2005
>
>
--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.859 / Virus Database: 585 - Release Date: 2/14/2005
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.859 / Virus Database: 585 - Release Date: 2/14/2005
[Back to original message]
|