PayPal HTML Form - PHP, MySQL
Budget: €8 – €30 EUR
I have a 90% complete project but I need help with some stuff I'm struggling with. I have a form that is connected to PayPal. When the form is filled out, the data saves to the database and I'm redirected to PayPal to pay the fee. The form is a 4 step wizard form. Part 1 is a simple GDPR checkbox. Part 2 collects the registers personal details. Part 3 collects the the book they are entering for a competition (they can enter more than one book at a time) and part 4 (Verification) shows all the details before pressing SUBMIT.
I need help with part 4. I can display the personal details but I'm struggling to display the book details and the full price when there's more than 1 book. (Image 001).
So I'm then displaying the data from the database in a table like Image 002. I'm fine with this page. It's when I click the edit button on a certain row in the table that I need help.
When you click on the edit button in the table, it'll take you to the entry details page. Here I'm able to show the personal details but I'm struggling to show the competitions details as I've never pulled details back from a JSON ARRAY before. I'd like some advice here on how to display. As an entry can register more than 1 book for 3 different competitions.
I also need help to finish the create new entry section too. I'm able to do the personal details but again, I've issues with the competition details due to the JSON ARRAY.
It's just the PHP and MySQL that I need help with.
I need help with part 4. I can display the personal details but I'm struggling to display the book details and the full price when there's more than 1 book. (Image 001).
So I'm then displaying the data from the database in a table like Image 002. I'm fine with this page. It's when I click the edit button on a certain row in the table that I need help.
When you click on the edit button in the table, it'll take you to the entry details page. Here I'm able to show the personal details but I'm struggling to show the competitions details as I've never pulled details back from a JSON ARRAY before. I'd like some advice here on how to display. As an entry can register more than 1 book for 3 different competitions.
I also need help to finish the create new entry section too. I'm able to do the personal details but again, I've issues with the competition details due to the JSON ARRAY.
It's just the PHP and MySQL that I need help with.