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



RE: [PHP] php|works in Toronto - anyone going?

2004-09-13 Thread Jay Blanchard
[snip]
I'm giving a talk on PHP session security, so I'll be there.

If anyone from the list is coming, please drop by and say hi.
[/snip]

I'd love to be there for that, but the company wouldn't help with
expenses. Seems a lot of companies are dropping or eliminating their
'training' budgets

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



Re: [PHP] php|works in Toronto - anyone going?

2004-09-13 Thread Aaron Gould
Chris Shiflett wrote:
I'm giving a talk on PHP session security, so I'll be there.
If anyone from the list is coming, please drop by and say hi.

I've already got your session picked for that time slot.
It'll be interesting to finally see some faces to go along with the 
names I've only seen on the net these last few years!

It's too bad I'm one of the few on the list that's able to attend...
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php|works in Toronto - anyone going?

2004-09-13 Thread John Nichel
Jay Blanchard wrote:
[snip]
I'm giving a talk on PHP session security, so I'll be there.
If anyone from the list is coming, please drop by and say hi.
[/snip]
I'd love to be there for that, but the company wouldn't help with
expenses. Seems a lot of companies are dropping or eliminating their
'training' budgets
Yeah, my boss told me two weeks ago that he wasn't going to be able to 
send me, but Toronto is only a 1.5 - 2 hour drive for me (was just up 
there for RushCon a few weeks ago ;) so I'm probably still going to go 
at least one day.

But I won't go see Chris' talk...I mean, if he knew enough about 
security, he'd write a book or something, right?  :)

--
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 Toronto - anyone going?

2004-09-13 Thread John Holmes
From: John Nichel [EMAIL PROTECTED]
But I won't go see Chris' talk...I mean, if he knew enough about 
security, he'd write a book or something, right?  :)
lol that's a great idea!
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] php|works in Toronto - anyone going?

2004-09-10 Thread Aaron Gould
Just curious if anyone on the list was headed to Toronto on Sep 22-24 
for php|works.  I live about two hours from Toronto, and my company is 
sending me.

I wonder what kind of reception this conference will get...
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php|works in Toronto - anyone going?

2004-09-10 Thread John Nichel
Aaron Gould wrote:
Just curious if anyone on the list was headed to Toronto on Sep 22-24 
for php|works.  I live about two hours from Toronto, and my company is 
sending me.

I wonder what kind of reception this conference will get...
My company was going to send me, but backed out (money).  I'm in 
Buffalo, so it's right up the road...I may still go and just pay for it 
out of my own pocket.

--
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 Toronto - anyone going?

2004-09-10 Thread John Holmes
From: John Nichel [EMAIL PROTECTED]
My company was going to send me, but backed out (money).  I'm in Buffalo, 
so it's right up the road...I may still go and just pay for it out of my 
own pocket.
Put an alias on your name tag otherwise people will be hunting you down! ;)
Have fun guys... wish I could go but it's not a good time. Maybe the next 
one.

---John Holmes... 

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


Re: [PHP] php|works in Toronto - anyone going?

2004-09-10 Thread John Nichel
John Holmes wrote:
From: John Nichel [EMAIL PROTECTED]
My company was going to send me, but backed out (money).  I'm in 
Buffalo, so it's right up the road...I may still go and just pay for 
it out of my own pocket.

Put an alias on your name tag otherwise people will be hunting you down! ;)
Yeah, if I just have 'John' on there, people may think I'm you...and 
well all know how loathed you are on here. ;)

--
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 Toronto - anyone going?

2004-09-10 Thread Aaron Gould
John Holmes wrote:
From: John Nichel [EMAIL PROTECTED]
My company was going to send me, but backed out (money).  I'm in 
Buffalo, so it's right up the road...I may still go and just pay for 
it out of my own pocket.

Put an alias on your name tag otherwise people will be hunting you down! ;)
Have fun guys... wish I could go but it's not a good time. Maybe the 
next one.
Lucky for me I'm more of a lurker in this group, and as such I haven't 
made many enemies. Yet.  :)

--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php|works in Toronto - anyone going?

2004-09-10 Thread Chris Shiflett
--- Aaron Gould [EMAIL PROTECTED] wrote:
 Just curious if anyone on the list was headed to Toronto on Sep 22-24 
 for php|works.  I live about two hours from Toronto, and my company
 is sending me.
 
 I wonder what kind of reception this conference will get...

I'm giving a talk on PHP session security, so I'll be there.

If anyone from the list is coming, please drop by and say hi.

Chris

=
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
 Coming Fall 2004
HTTP Developer's Handbook - Sams
 http://httphandbook.org/
PHP Community Site
 http://phpcommunity.org/

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



Re: [PHP] php|works in Toronto - anyone going?

2004-09-10 Thread Torsten Roehr
Chris Shiflett [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 --- Aaron Gould [EMAIL PROTECTED] wrote:
  Just curious if anyone on the list was headed to Toronto on Sep 22-24
  for php|works.  I live about two hours from Toronto, and my company
  is sending me.
 
  I wonder what kind of reception this conference will get...

 I'm giving a talk on PHP session security, so I'll be there.

 If anyone from the list is coming, please drop by and say hi.

 Chris

I'm only in Toronto from 13th to 16th, unfortunately. So all the best and
good luck to those that are able to attend!

Torsten Roehr

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



[PHP] php|works

2004-05-11 Thread John Nichel
Who's going (thinking about) to this?

http://www.phparch.com/phpworks/

--
John C. Nichel
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

2004-05-11 Thread Jay Blanchard
[snip]
Who's going (thinking about) to this?

http://www.phparch.com/phpworks/
[/snip]

Thinking about it, depends on corporate 'tude towards it. I'd like all
of out devs to go.

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



Re: [PHP] php|works

2004-05-11 Thread John Nichel
Jay Blanchard wrote:
[snip]
Who's going (thinking about) to this?
http://www.phparch.com/phpworks/
[/snip]
Thinking about it, depends on corporate 'tude towards it. I'd like all
of out devs to go.
Now that I'm living in Buffalo instead of New Orleans, I'm only about 
1.5 hours away.  And my new boss is all about training, so I'll probably 
be there.

--
John C. Nichel
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

2004-05-11 Thread John W. Holmes
From: John Nichel [EMAIL PROTECTED]

 Who's going (thinking about) to this?

 http://www.phparch.com/phpworks/

Where is this Canada they speak of?? ;)

I know Marco will put on a good show for this; definitely go if you can.
I'll be in school, so I don't plan on going unless I come up with some
facinating subject to speak on! :)

---John Holmes...

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



Re: [PHP] php|works

2004-05-11 Thread Chris Shiflett
--- John Nichel [EMAIL PROTECTED] wrote:
 Who's going (thinking about) to this?
 
 http://www.phparch.com/phpworks/

I'm strongly considering it. Proposal deadline is May 21, which is my
birthday, so that's easy to remember. :-)

Chris

=
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
 Coming Fall 2004
HTTP Developer's Handbook - Sams
 http://httphandbook.org/
PHP Community Site
 http://phpcommunity.org/

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