RE: [PHP] php works in IE not Firefox?

2005-05-14 Thread Simon Allison
By the time a properly executed script(executed on the remote server) gets
to your computer, regardless of the fact it was done in php(or any other
server side language for that matter) it will just be plain html. Once it
makes you computer the file/html will be the same as the same page written
in ASP or even written with just plain html.

Your focus needs to be on the HTML itself and any CSS(what the browser DOES
receive). Looking at the emails it seems both browsers are having issues. 

  -Original Message-
  From: Dustin Wish [mailto:[EMAIL PROTECTED]
  Sent: Friday, May 13, 2005 2:12 PM
  To: php-general@lists.php.net
  Subject: [PHP] php works in IE not Firefox?
 
 
  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
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php works in IE not Firefox?

2005-05-14 Thread Rory Browne
it seems more likely that the server is having issues.

On 5/14/05, Simon Allison [EMAIL PROTECTED] wrote:
 By the time a properly executed script(executed on the remote server) gets
 to your computer, regardless of the fact it was done in php(or any other
 server side language for that matter) it will just be plain html. Once it
 makes you computer the file/html will be the same as the same page written
 in ASP or even written with just plain html.
 
 Your focus needs to be on the HTML itself and any CSS(what the browser DOES
 receive). Looking at the emails it seems both browsers are having issues.
 
   -Original Message-
   From: Dustin Wish [mailto:[EMAIL PROTECTED]
   Sent: Friday, May 13, 2005 2:12 PM
   To: php-general@lists.php.net
   Subject: [PHP] php works in IE not Firefox?
  
  
   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
  
  
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php works in IE not Firefox?

2005-05-13 Thread Dustin Wish
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
 


RE: [PHP] php works in IE not Firefox?

2005-05-13 Thread Jim Moseby
I get the same message with firefox and IE:
 
There seems to be a problem with the MySQL server, sorry for the
inconvenience
JM

 -Original Message-
 From: Dustin Wish [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 13, 2005 2:12 PM
 To: php-general@lists.php.net
 Subject: [PHP] php works in IE not Firefox?
 
 
 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
  
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php works in IE not Firefox?

2005-05-13 Thread John Nichel
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.
PHP is server side.  The browser is irrelevant to the execution of PHP.
--
John C. Nichel
berGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php works in IE not Firefox?

2005-05-13 Thread Brent Baisley
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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] php works in IE not Firefox?

2005-05-13 Thread Dustin Wish
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:[EMAIL PROTECTED] 
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
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php works in IE not Firefox?

2005-05-13 Thread Brian V Bonini
On Fri, 2005-05-13 at 14:12, 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.

http://www.christianboards.org/ comes up fine for me; firefox/linux
however http://christianboards.org/ does not.. This is a DNS issue, not
PHP.  :) christianboards.org has no 'A' record. My guess is that IE
fills in the 'www' when you type in 'christianboards.org' whereas
firefox does not.

 snip 

$ dig christianboards.org

;  DiG 9.2.3rc2  christianboards.org
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 53525
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;christianboards.org.   IN  A

;; AUTHORITY SECTION:
christianboards.org.10800   IN  SOA ns1.limedale.com.
indco.indco.net. 2005050601 3600 900 604800 86400

;; Query time: 237 msec
;; SERVER: 192.168.15.1#53(192.168.15.1)
;; WHEN: Fri May 13 16:34:35 2005
;; MSG SIZE  rcvd: 104

[EMAIL PROTECTED] ~/www]$ dig www.christianboards.org

;  DiG 9.2.3rc2  www.christianboards.org
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 43722
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;www.christianboards.org.   IN  A

;; ANSWER SECTION:
www.christianboards.org. 86400  IN  A   66.139.178.33

;; AUTHORITY SECTION:
christianboards.org.86400   IN  NS  ns1.limedale.com.
christianboards.org.86400   IN  NS  ns2.limedale.com.

;; ADDITIONAL SECTION:
ns1.limedale.com.   160305  IN  A   64.216.172.1
ns2.limedale.com.   160305  IN  A   66.139.178.1

;; Query time: 139 msec
;; SERVER: 192.168.15.1#53(192.168.15.1)
;; WHEN: Fri May 13 16:34:42 2005
;; MSG SIZE  rcvd: 137

 /snip 


-- 

s/:-[(/]/:-)/g


BrianGnuPG - KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
==
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
Key Info: http://gfx-design.com/keys
Linux Registered User #339825 at http://counter.li.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php works in IE not Firefox?

2005-05-13 Thread Brandon Ryan
It makes no difference what browser you are using... that site seems
to be down even with IE.

On 5/13/05, Jim Moseby [EMAIL PROTECTED] wrote:
 I get the same message with firefox and IE:
 
 There seems to be a problem with the MySQL server, sorry for the
 inconvenience
 JM
 
  -Original Message-
  From: Dustin Wish [mailto:[EMAIL PROTECTED]
  Sent: Friday, May 13, 2005 2:12 PM
  To: php-general@lists.php.net
  Subject: [PHP] php works in IE not Firefox?
 
 
  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
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php