Grizzley g
New member
Basically, I am making a page on which people can search listings for on-campus jobs at my university. I do have a person who can regularly update the information, so it boils down to this. I want to make a page which has a form as such: Title <br /> Job desc. <br /> Job location <br />
When my page-handler fills in these details, what I want to do is create a completely new page that displays information about only that particular job (I'm not talking about mysql entries, I actually want a new page to be created on which this particular job's details are visible to people who are browsing the site). If the page-handler fills in 4 such forms on one single day, then for those 4 jobs, I want 4 new pages to be created. If it's not possible is there any other alternative to this? Maybe I could modify my php script so that the page remains the same, but the corresponding entry in the database changes? I don't know, please help!
When my page-handler fills in these details, what I want to do is create a completely new page that displays information about only that particular job (I'm not talking about mysql entries, I actually want a new page to be created on which this particular job's details are visible to people who are browsing the site). If the page-handler fills in 4 such forms on one single day, then for those 4 jobs, I want 4 new pages to be created. If it's not possible is there any other alternative to this? Maybe I could modify my php script so that the page remains the same, but the corresponding entry in the database changes? I don't know, please help!