Jump to content

mvpetrovich

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mvpetrovich's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I think you were asking for something like this. Submit the form to the same page then: <?php if (isset($error) { echo "Error Found: $error"; } else { header('Location: register.php'); } // ... redo form ?>
  2. Your table layouts may not be what you want. Consider: student (studentNum, firstName, lastName) course(courseId, courseName, courseTotalCapacity) course_allocation(studentNum, courseID) Then you just need the studentID and courseID.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.