Hello
I am trying to write a small app which allows users to query Remedy.
Remedy is a call logging tool used by our IT department.
I have Remedy's own ODBC connection installed which allows me to connect to the backend oracle database, eg I can use Excel and connect the the database as an external source.
However I am having a mental block in creating the connection to the database within PHP. (as am not an expert in PHP and haven't used it in a while)
Can any suggest some code (just to be used in a connection include file) to open the connection to Remedy, and then create a recordset for SELECT * FROM HPH_HELPDESK
ODBC name is: AR System ODBC Data Source
Driver is: AR System ODBC Driver
Username is: user
Password is: password
Cheers
Kedge