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 > echo '<frame name="main" scrolling="no" src="'$url'">'; I believe the correct format is: echo '<frame name="main" scrolling="no" src="'.$url.'">'; Note the dots! HTH, Florin. > this gives me a paring error on the last line > > any suggestions?? > > thanks > michiel > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Florin Dumitrescu Webmaster Departamentul Internet Astral Telecom SA, Sucursala Brasov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php