At 09:27 10-2-2003, you wrote:
please get yourself a strong pot of coffee and spend some time reading the manual, in this case http://www.php.net/manual/en/language.types.string.phphi 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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php