MySQL Forums
Forum List  »  PHP

Re: Cannot force stop script with die() ???
Posted by: Peter Brawley
Date: November 10, 2018 10:44AM

The line ...

$test1 = "call sp_getCId('$cID')";

... doesn't invoke sp_getCID(), it just assigns the string to $test1. You need to invoke mysqli_query with it.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot force stop script with die() ???
November 10, 2018 10:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.