RE: [PHP] Page Rendering

2003-01-21 Thread Bill Arbuckle, Jr.
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

Re: [PHP] Page Rendering

2003-01-21 Thread Sean Burlington
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

Re: [PHP] Page Rendering

2003-01-21 Thread Chris Shiflett
--- "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

Re: [PHP] Page Rendering

2003-01-21 Thread David T-G
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

Re: [PHP] Page Rendering

2003-01-21 Thread Jason Wong
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

Re: [PHP] Page Rendering

2003-01-21 Thread Rick Emery
$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

RE: [PHP] Page rendering speed: PostNuke or PHP-Nuke

2002-07-01 Thread Dan Vande More
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

RE: [PHP] Page rendering speed: PostNuke or PHP-Nuke

2002-07-01 Thread Lazor, Ed
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. :