[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 'frame name=main scrolling=no src='$url''; this gives me a paring error on the last

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 'frame name=main scrolling=no src='$url''; this gives

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 later on in the

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 calling this $url

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 'frame name=main scrolling=no src='$url''; You've already seen the suggestions to . together your parts, so I needn't suggest that. I wonder why on