[PHP] really weird problem

2002-02-14 Thread Jaxon
hi folks, can someone shed some light here? i've got a file called index.php with the following contents: ?php echo debug output: index.php loadedbr; if (is_null($page_name)) $page_name=about; echo debug: page name = $page_namebr; $nav_array = array (about = About,

Re: [PHP] really weird problem

2002-02-14 Thread Lars Torben Wilson
On Thu, 2002-02-14 at 11:15, Jaxon wrote: hi folks, can someone shed some light here? i've got a file called index.php with the following contents: ?php echo debug output: index.php loadedbr; if (is_null($page_name)) $page_name=about; echo debug: page name = $page_namebr;

RE: [PHP] really weird problem

2002-02-14 Thread Jaxon
Lars, Thanks, you were right that IE was dumping things. I think there must have been some wacky line breaks or somesuch. Re-typing the file by hand produced success. cheers, jaxon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Really weird problem: cross-server databasing *g*

2001-09-02 Thread Andrew Brampton
on Server A Does this wierd idea make sense? Andrew - Original Message - From: Markus Mayer [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 3:42 AM Subject: [PHP] Really weird problem: cross-server databasing *g* Hi folks! Let's say you have two

[PHP] Really weird problem: cross-server databasing *g*

2001-09-01 Thread Markus Mayer
Hi folks! Let's say you have two servers, on the first one (A) you have your website containig all those nice php scripts and co but only a crazy small database (2 megs), on the second one (B) you have a really big database available but the problem, that the provider won't allow you to access