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

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: > > > echo "debug output: index.php loaded"; > if (is_null($page_name)) $page_name="about"; > echo "debug: page name = $page_name"; > > $na

Re: [PHP] really weird

2002-01-08 Thread Henning Sprang
Chris Grigor wrote: > Hi Henning > > If I use modification time, how would I use keep state before exiting (I > have never done that aggghhh!) i didn't do that before, too, I just can imagine how it should work :) before exiting or right after sending the mail you would need to write the ac

Re: [PHP] really weird

2002-01-08 Thread Henning Sprang
Chris Grigor wrote: > Right now your in the picture this is okay to check if the mailbox is above > the size of 0. But what I really need help with is, say for instance I get 1 > message into the mailbox and the script runs, I only want it to run once for > that message, however if another messag

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

2001-09-02 Thread Andrew Brampton
How about you make a simple script on Server B that will handle Database stuff, and you get a Script on server A to fopen http://B/myscript.php and do calls like myscript.php?a=add&name=fred&address=uk etc and you can do the same to retrieve data but just parse out the popup with the script on Se

Re: [PHP] really weird html - was "extract() help"

2001-02-24 Thread Jaxon
gak. everyone ignore me. idiocy is setting in this late at night. stoopid me put a tag INSIDE the loop. and thanks CC Zona for the pointer on the var_dump() - very helpful! regards, jaxon On 2/25/01 2:38 AM, "Jaxon" <[EMAIL PROTECTED]> wrote: > I replaced extract() with $row[] - much better.