Sorry, I was over thinking...

Just modify it by removing the echo and the / and it should code right
out for you.

> <a href="abc.php/?day="+<?echo $start_day;?>> </a>

BECOMES:

<a href="abc.php?day=$start_day"> > </a>

Robert

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

Reply via email to