PHP on Windows -> AS400 is there an easy way?
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 foun开发者_开发百科d a way to do it with windows online. Thanks!
MG
I am sure it was marked duplicate because the answer is the same. You can use ODBC to connect to the i.
精彩评论