Re: [PHP] little problem with ' " and stuff

2003-02-10 Thread David T-G
Michael -- ...and then Michiel van Heusden said... % % hi there, Hi! % % i'm having a small problem, wondering if anybody can help ... % echo ''; You've already seen the suggestions to . together your parts, so I needn't suggest that. I wonder why on earth you're bothering, though! If you

Re: [PHP] little problem with ' " and stuff

2003-02-10 Thread Florin Dumitrescu
Hi, On Mon, 10 Feb 2003 09:27:38 +0100 "Michiel van Heusden" <[EMAIL PROTECTED]> wrote: > hi there, > > i'm having a small problem, wondering if anybody can help > > // a line in my script defining $url > $url = $directory . '/main.php?id=' . $id; > > // a line later on in the frameset callin

Re: [PHP] little problem with ' " and stuff

2003-02-10 Thread Ernest E Vogelsinger
At 09:46 10.02.2003, Chris Hayes said: [snip] >At 09:27 10-2-2003, you wrote: >>hi there, >> >>i'm having a small problem, wondering if anybody can help >> >>// a line in my script defining $url >> $url = $directory . '/main.php?id=' . $id; >> >>// a line la

Re: [PHP] little problem with ' " and stuff

2003-02-10 Thread Chris Hayes
At 09:27 10-2-2003, you wrote: hi there, i'm having a small problem, wondering if anybody can help // a line in my script defining $url $url = $directory . '/main.php?id=' . $id; // a line later on in the frameset calling this $url echo ''; this gives me a paring error on the last line ple

[PHP] little problem with ' " and stuff

2003-02-10 Thread Michiel van Heusden
hi there, i'm having a small problem, wondering if anybody can help // a line in my script defining $url $url = $directory . '/main.php?id=' . $id; // a line later on in the frameset calling this $url echo ''; this gives me a paring error on the last line any suggestions?? thanks michiel