trying to understand. :o)
Bill
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 8:56 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Page Rendering
On Tuesday 21 January 2003 22:26, Bill Arbuckle, Jr. wrote:
> This code is at the top of
Bill Arbuckle, Jr. wrote:
Hi all. I am having some problems with a script which reads information
from a database and creates a table. It works in IE but not Netscape.
it can be usefull to test the resulting html
http://validator.w3.org/
valid html is much more likely to appear consistent ac
--- "Bill Arbuckle, Jr." <[EMAIL PROTECTED]> wrote:
> It works in IE but not Netscape.
Nearly every time this happens, you have invalid HTML.
Try stripping out all of the HTML, leaving only the plain
text content of the page in question. Then, slowly add back
the markup, testing each change.
Als
Bill --
...and then Bill Arbuckle, Jr. said...
%
...
% This code is at the top of an include file which is included in pics.php.
% It seems that $PHP_SELF is interpreted differently in *some* instances
% between the two browsers. I can't figure it out because PHP_SELF is a
Dunno much about your
On Tuesday 21 January 2003 22:26, Bill Arbuckle, Jr. wrote:
> This code is at the top of an include file which is included in pics.php.
> It seems that $PHP_SELF is interpreted differently in *some* instances
> between the two browsers. I can't figure it out because PHP_SELF is a
> server side ev
$PHP_SELF is not interpreted by the browser. The browser shows only what is sent to
it; PHP
variables are not sent to the browser.
Take the simple solution: don't use PHP_SELF; just use the file name
- Original Message -
From: "Bill Arbuckle, Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
Message-
From: Lazor, Ed [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 10:01 AM
To: 'Andres Montiel'; PHP General
Subject: RE: [PHP] Page rendering speed: PostNuke or PHP-Nuke
Check SourceForge.com to see what content management systems are available.
-Original Messa
Check SourceForge.com to see what content management systems are available.
-Original Message-
To those who have used these content management systems: which one
renders pages faster, PostNuke or PHP-Nuke? I plan to set up a site on
my Linux box and want to know which one I should use. :
8 matches
Mail list logo