开发者

PHP on Windows -> AS400 is there an easy way?

开发者 https://www.devze.com 2023-03-27 08:52 出处:网络
Background: I am running PHP on a WAMP stack I need to connect/execute queries against an AS400 (IBM iSeries)

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消