Home › Forums › Back End › Try out my first PHP web app! › Reply To: Try out my first PHP web app!
If you visit the Forum or Messages page, there doesn’t seem to be any way back to the Dashboard. “Home” sends you back to the login page.
edit: ahh, it’s a javascript thing. Why are you relying on JS to redirect? Something so simple should work without javascript (especially since the script seems to be conditionally served anyway: just set a Location header instead).
You also seem to have multiple head
elements, several of which are inside the document body
.
edit edit: Actually, all of your pages seem to have very messy (and invalid) HTML markup. This probably points to some disorganization in how your PHP generates the various bits of output.