<?php $firstname = $_POST['firstname']; $course = $_POST['course']; $projecturl = $_POST['projecturl']; echo "<p>You are <span class='textblue'> $firstname</span> and "; echo "your course at the college is: <span class='textblue'> $course </span></p> "; echo "your project url is: <span class='textblue'> $projecturl</span></p> ";
echo "<a href='theurl'>the link</a>";
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)