Hi!
I am building a web application using PHP/MySQL
It starts of really well building pages for user and admin side, storing stuff in database and displaying it correctly etc.
Take a break for a couple of hours and it all goes wrong, every thing it then adds breaks something else, it fixes the error but this also breaks something else, it doesn’t realise that /includes/config.php s the database connection and insists i use /includes/db.php which doesn’t exist, and it basically ruined all my (our) work so far so I now have to start over
Any hints, tips ideas will mostly be warmly received!