SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Forums
SiteExperts.com Forums
All Discussions

SiteExperts Feedback
The Lounge
Dynamic HTML
Site Design/ Critiques
HTML and CSS
XML Technologies
The Wireless Internet
Internet Explorer
Microsoft .NET
The Server
Technical Support

Sponsored Links

User Groups : Forums : SiteExperts : Internet Explorer :

Previous DiscussionNext Discussion
 What's up with THIS (IE fluke) ???
Preface: I am learning PHP from a book w/ cd-rom included.
Here is the contents of example 4.15 --

$age = 26;
$old = &$age; // This is a valid assignment.
$old = &(26 + 7); // Invalid; references an unnamed expression.
?>

The output from an Apache 2.2 w/ PHP 5.2.3 server is that both IE and Firefox browsers display a blank page. However, the IE page (r-click => View Source) contains the following HTML...




<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<BODY>


...while Firefox (r-click View Page Source) displays a blank screen.
So where did the DOCTYPE & HTML come from that IE displays in r-click => View Source?

Started By JIM_ELL on Jun 3, 2007 at 1:40:57 PM

9 Response(s) | Reply

View All Replies | Goto Page: 2 1
cdrom600 on Jun 19, 2007 at 6:25:09 PM

Take a deep breath and calm down.


View All Replies | Goto Page: 2 1

To respond to a discussion, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password
Copyright 1997-2000 InsideDHTML.com, LLC. All rights reserved.