For a school project, I programmed something based on PHP using a MySQL database. for evaluation, it is necessary to hand the program together with the documentation three times to the teacher -- but the basic question is: How can I append a running program to this?
My first approach was to burn it onto a CD (with a portable version of XAMPP), but will that work? I mean, most actions of the program require access on writing data into the database, which might not be possible because the CD is read-only!
How can I realize this? I don't want to give away three USB sticks either!