Background:
- I am running PHP on a WAMP stack
- I need to connect/execute queries against an AS400 (IBM iSeries)
My Question:
Is there an easy way to, with PHP, connect the same way you can connect with MySQL, i.e. connection string, database select, query and result with methods similar to mysql_query, mysql_fetch_assoc, etc.?
This was marked as a duplicate yesterday, I apologize, it is not. I have not found a way to do it with windows online. Thanks!
MG