I've had no trouble connecting to remotely hosted db's on my ISP's shared server. This product has increased my productivity dramatically.
Today, I set up my own local MySQL and Apache instance on my workstation so I can prototype while offline.
Connecting to the server was instantaneous from within PHPRunner, but the built project, upon entering the information at the login page, produced the following error:
Call to undefined function mysql_connect() in C:\Program Files\PHPRunner\Output\htdocs\include\dbconnection.php on line 9
I don't understand this since PHPRunner had the connection to the db with no problems. Any idea what this is? The generated code is exactly the same in this file as one that is on my remotely hosted server, so I am guessing a variable may be missing?
Thanks.