I have developed a small application that uses web pages to display data from a mySQL database. The app was developed in Dreamweaver, and I have copied the folder from the development machine onto the machine that is to run it.
I've installed IIS, PHP, mySQL, setup the database and tested that it is working. However, when I try to run the app, I get an error:
Fatal error: Call to undefined function mysql_pconnect() in c:\Inetpub\wwwroot\booksearch\Connection\connBkSearch.php on line 9.
connBkSearch.php is a standard Dreamweaver-generated connection script. The details of username, password, database, etc.are correct.
What's going wrong? OS is XP Pro.
Any guidance appreciated.
Regards,
Brendan