Simple MYSQL PHP task Inserting Data

QuestionsSimple MYSQL PHP task Inserting Data
sethbeckerman5 Staff asked 4 years ago

This is probably as basic as you can get for creating a dynamic site but as you can see I am a beginner.
IT DOESN'T WORK but I'm sure you will be able to see why. I have tried various iterations but it returns a string that says it cant find welcome.php.*
I created a form on a page called register.php. From what I can tell you are supposed to pass the information to a page that can process the database insertion.

So I created a welcome.php page that only has this info on it. (My database has all these fields and is called Temp1 and table1 is where the data resides.


View on Stack Overflow