How to get Multiple tables on php page.

Hi,

I am using Laravel framework for php. I stuck one place where while calling procedure I am getting 2 tables in return.
But I don’t know how to receive it in php and bind these values.

Please Help me to resolve this problem.

Thanking You
Atul Prakash

Calling a stored procedure should not return tables at all. It should return a dataset.

Are you asking how to do a join?

Sponsor our Newsletter | Privacy Policy | Terms of Service