On Aug 7, 2008, at 12:37 PM, Shawn McKenzie wrote:
Philip Thompson wrote:
Oops! Meant to send this to the list
On Aug 7, 2008, at 9:31 AM, Philip Thompson wrote:
On Aug 6, 2008, at 4:25 PM, Shawn McKenzie wrote:
Philip Thompson wrote:
Is it possible to grab a variable number of parameter
Philip Thompson wrote:
Oops! Meant to send this to the list
On Aug 7, 2008, at 9:31 AM, Philip Thompson wrote:
On Aug 6, 2008, at 4:25 PM, Shawn McKenzie wrote:
Philip Thompson wrote:
Is it possible to grab a variable number of parameters and send the
appropriate amount to another funct
Oops! Meant to send this to the list
On Aug 7, 2008, at 9:31 AM, Philip Thompson wrote:
On Aug 6, 2008, at 4:25 PM, Shawn McKenzie wrote:
Philip Thompson wrote:
Is it possible to grab a variable number of parameters and send
the appropriate amount to another function?
db->prepare("SELE
Philip Thompson wrote:
Is it possible to grab a variable number of parameters and send the
appropriate amount to another function?
db->prepare("SELECT * FROM `table` WHERE (`id`=?)");
$this->db->bind('ii', $id1);
$this->db->prepare("SELECT * FROM `table` WHERE (`id`=? AND
`other_id`=?)");
$t
4 matches
Mail list logo