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 line

any suggestions??

thanks
michiel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to