Not sure exactly how to write this correctly.

I have some text and the link for it should be as follows:

href="$_REQUEST['cats'] & view.php? & echo $record['id']"

now obviously I can't use & to seperate the pieces but how would I write this correctly?

the "view.php?" is just regular text

thanks