I am having trouble getting my php generated by phprunner (3 beta) to work. I have Oracle 9.2 running on one server and a second server with IIS on it where the php resides. When I access the created pages they come up blank with no errors.
If I view the source I get this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
I am able to run php pages from my mySQL DB (which is on the IIS server).
What do I need to do in order to get the php pages to pull the Oracle data? I have the Oracle Client on the IIS server along with the proper ODBC setup. On my workstation (setup with the same client and ODBC) I can connect to the Oracle DB in order to create the pages.
Any advice or help would be very helpful, thanks