Issue with old website not connecting to SQL

I have being to debug this connection http://mymobilehairdresser.com.au/mobile-hairdresser-areas-covered.php?postcode=5169&submit=Check+Now

it is from an old website, but for the life of me I can’t see why it won’t work, when it should do.
Could I ask for a set of fresh eyes to see if anyone can see the issue.

Thanks

Possible PHP update to newer version. A lot of hosts will migrate older accounts automatically to the latest stable version… More often than not breaking a few things in the process, especially with an older code base…

How old Peter?, PHP change to version 7+ discontinued support for the MySQL extension (which a lot of platforms including Dreamweaver used) and moved users over to PDO (which Wappler uses). If your site was built with Dreamweaver for example then unless you used DMX extensions for your database connections it wont work on any PHP 7 server

Was done with DW and DMX extensions, doing a updated version now, easiest way I think at the moment

1 Like