How difficult would it be to create a function that would allow users to make some inputs and create new content on a website?
I users to click a button which will direct them to a new page on the site, which will asking them to input some text and upload an image, I then wish to use their inputs as variables that will create a page and modify another page to display new content on the site.
How difficult would it be for me to figure out how to write this code in PHP with only a beginners knowledge in PHP and quite a bit of experience in java?
(Note.. I'm trying to create a simple demo of a web application I'm wanting to create. This will be for show purposes only and I'm not worried about security at all. It will only be ran on a local, offline web server and I will not be putting any data I wouldn't want the world to see through it.)
I users to click a button which will direct them to a new page on the site, which will asking them to input some text and upload an image, I then wish to use their inputs as variables that will create a page and modify another page to display new content on the site.
How difficult would it be for me to figure out how to write this code in PHP with only a beginners knowledge in PHP and quite a bit of experience in java?
(Note.. I'm trying to create a simple demo of a web application I'm wanting to create. This will be for show purposes only and I'm not worried about security at all. It will only be ran on a local, offline web server and I will not be putting any data I wouldn't want the world to see through it.)
