Good morning
I currently have a PHP database that is getting its' data fields entered from a website. These values then populate in the database. The main database can be managed and manipulated by the admin. I now need to find a way to have these fields also show in a read only form on another webpage. This is what the users would see.
The users fill out information on this screen
http://www.truckhavennow.com/submit/dropoffSubmit.php?operation=insert
When they have filled this information out, I need the data to populate on a read only table that would be viewed on this page: http://www.truckhavennow.com/availabletrucks
Basically the data is going to one database that is the main and then I need a viewer that the user CAN NOT MANIPULATE.
I hope this makes sense.
Is there an easy way to do this?