how to fetch data from oracle database using PHP

后端 未结 2 564
無奈伤痛
無奈伤痛 2021-01-27 01:11

I am trying to create a class for executing oracle sql statements on PHP.

here is my index.php where I am trying to call my function

 

        
2条回答
  •  既然无缘
    2021-01-27 01:51

    I would say, first check with your database connectivity, then check, whether it is connected with right database or not ? Check for how many rows is being selected.

    I will recommend you to use show_error() function to validate your database connection.

提交回复
热议问题