I'm not an expert in php or mysql and need some help. i need to make a form to register students that will attend to an event, so they have to fill the form and should get an autogenerated code and print the page they get on the screen. I think it's not so difficult. Please give me some ideas to do this or recommend a script. Thanks in advance.
you can first build a database in MySQL to store all data you need such as students, events, registered students...then in the application you can implement register function... and so on so on.
first make a database and tables in it.. you should write a cookie as well, so that the browser will know if the user login already.
That's not what I need a user login is not used, this form will store only the registered students with some data.