[prog] hyperlinks and php

Saint-Wolfe wolf at wolfrising.net
Wed Oct 8 01:16:27 EST 2003


Thank you again : )

These were the changes I made and low and behold it now works : )


<?php
	echo '<a href="CourseDetails.php?code=' . $code .
	      '&term=' . $row_Term['term'] . '&year=' . $row_Term['year'].
	      '&course=' . $row_Grade['c_code'] .
	      '">' . $row_Grade['c_code'] . '</a>';
?>


I don't really know what caused the first error message, could always 
just be my typing : )



More information about the Programming mailing list