I am trying to pass a value into the url so I can retrieve it. Here is the line, it gives me syntax errors. I am running php 4.


PHP Code:
echo '<a href='Display.php?Id=$array['School Name']'>View Profile</a>'
Thanks