On 4/24/2013 10:04 AM, Lars Nielsen wrote:
On 4/24/2013 9:43 AM, Lars Nielsen wrote:
On 4/22/2013 11:55 AM, Onatawahtaw wrote:
Greetings,
I am new to this list. I have a question about which functions need to
be included in a try block.
Of "new PDO", "prepare", "bindParam", "execute", "fetch"
> On 4/24/2013 9:43 AM, Lars Nielsen wrote:
>>> On 4/22/2013 11:55 AM, Onatawahtaw wrote:
Greetings,
I am new to this list. I have a question about which functions need to
be included in a try block.
Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query"
On 4/24/2013 9:43 AM, Lars Nielsen wrote:
On 4/22/2013 11:55 AM, Onatawahtaw wrote:
Greetings,
I am new to this list. I have a question about which functions need to
be included in a try block.
Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query",
it seems that bindParam is th
> On 4/22/2013 11:55 AM, Onatawahtaw wrote:
>> Greetings,
>>
>> I am new to this list. I have a question about which functions need to
>> be included in a try block.
>>
>> Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query",
>> it seems that bindParam is the only one that throws a
On 4/22/2013 11:55 AM, Onatawahtaw wrote:
Greetings,
I am new to this list. I have a question about which functions need to be
included in a try block.
Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query", it seems
that bindParam is the only one that throws an exception. So i