Creating Pages in PHP

Paper Cars

Audio Production Services
Supreme
Feedback score
8
Posts
514
Reactions
103
Resources
0
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.)
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

coookiemonsterm

COO of CertiStaff
Supreme
Feedback score
9
Posts
119
Reactions
56
Resources
0
It wouldn't be too difficult. If you're wanting something simple and easy to manipulate, doing this through PHP and MySQL would be the best way of doing this.

You could have a HTML Form that would then send everything to the MySQL database and the main page would grab the data from the database and display this formatted.
 
Top