I have my intranet running in a Pc linux server with php4 and mysql ... that´s working fine.
And I have a ERP software running in a Sun Solaris system, witch was build in 4gl using Informix as database.
What I´m trying to do is connect into this informix server using my intranet server ...
Hank wrote:
What are you trying to do and what error(s) are you getting?
I have Informix IDS 7.31 on Solaris 7 and I didn't need to do any reconfiguring of Informix. When you configure and build PHP (and Apache) make sure you have $INFORMIXDIR set correctly and have $INFORMIXDIR/bin in your PATH.
Check out http://www.prstech.com/src/php/php_info/informix_tech_notes_on_php.html
for some helpful info.
Hope this helps.
Hank