|
Posted by Oli Filth on 11/13/17 11:30
NotGiven said the following on 27/10/2005 21:53:
> "Oli Filth" <catch@olifilth.co.uk> wrote in message
> news:AP88f.4687$iZ4.1649@newsfe2-gui.ntli.net...
>
>>> Umm, how about:
>>>
>>> mysql_query("CALL procWhatever ...");
>>>
> Gee, I'd love to take your word for it, but I'd rather see documentaiton or
> articles as well.
>
Firstly, my apologies, I meant mysqli_query() (mysql_query() may work,
I'm not sure).
There's not a lot to document, really. mysqli_query() performs a MySQL
query, and "CALL procWhatever" is the MySQL syntax for calling a stored
procedure called procWhatever.
If you're unfamiliar with either of the two steps, then my
recommendation is to look in the PHP documentation for mysqli_query(),
or the MySQL documentation for CALL.
If that fails, why not Google?
And if all else fails, why not just try it?
--
Oli
Navigation:
[Reply to this message]
|