August 3, 200619 yr Hi there, I am building an online student registration system. Once a customer has found a course they want, they click a register button which activates a PHP script which needs to do the following: Create a new Record in the Registration Database (Filemaker Pro 8) //I can do this Insert the chosen Course Code, Course Name, Course Dates, Starting and Finishing Times, Venue and Presenter Names into fields in the new database record automatically without the student having to type the information in manually. //this is what I don't know how to do. Cheers, Steven
Create an account or sign in to comment