I’m working on a site where users will authenticate then be able to access content specific to them, supplied by a database. Each user will share some common content (home page) but have unique data on other pages.
I need a user management system, so users can sign up, reset their password, etc. I’m guessing that this can create session variables to uniquely identify the user and that will be used to query the appropriate data from the DB.
I’m comfortable in PHP, MySQL, HTML, CSS, etc but would describe myself as a web developer not a web designer. My hope is I can find a way to use RW for the responsive design an attach to PHP code to provide the functionality I need in stacks.
Is there a way to execute arbitrary PHP code, and display it’s output in a stack?
Any suggestions are greatly appreciated