How can I modify the PHP MYSQL code to operate on ORACLE-php?

Source: Internet
Author: User
Tags mysql code php mysql
How can I modify the PHP code used to operate MYSQL to operate ORACLE? $ Sql1 & quot; select & nbsp; * & nbsp; from & nbsp; s_sblb & quot; & nbsp; $ rst1mysql_query ($ sql1); & nbsp; $ armysql_num_rows ($ rst1); how can I modify the PHP code used to operate MYSQL to operate ORACLE?
$ Sql1 = "select * from s_sblb ";
$ Rst1 = mysql_query ($ sql1 );
$ Ar = mysql_num_rows ($ rst1 );

Now I want to change it to ORACLE. how do I change the two functions? Thank you.

------ Solution --------------------
Http://cn.php.net/manual/zh/ref.oci8.php

We recommend that you use ADODB
------ Solution --------------------
$ SQL = "select * from s_sblb ";
$ Result = OciParse ($ DBCONN, $ SQL );
Ociexecute ($ result );

While (OciFetchInto ($ result, & $ arr ))
{
$ Js ='

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.