Why is this unwanted ">" character being displayed when displaying this PHP document in a browser?
- by CT
This page takes an asset id from $_GET of the url and displays some info about the asset after querying a mysql database.
When I view the page in my browser there is an unwanted "" character within the page and I have no idea why.
I've commented where it appears. It appears before the < table create tag right afterward. The < table tag…