The Wild Rose Foundary web application is entirely possible due to PHP, and it's ability to communicate with databases. Almost every element seen on the site has been generated via PHP using the data queried from a database. This includes, but is not limited to, product pages, vendor details, and the upcoming cart system. This is done by echo'ing HTML elements with the data included for each entry. More details will be provided once the project has been completed next week

You may also like

Back to Top