Possible Duplicate:
Connect PHP to an AS/400
I need to connect to and execute queries against an AS400 (iseries)... 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.?
Thanks!