On Fri, Mar 25, 2011 at 09:00, matty jones wrote:
> I used the format of your link and that gave me something like what I was
> looking for, so I am sure now the error is just in my markup. How would I
> get this to work without passing it a value or does the function not work
> like that, in whi
iginal Message
> >From: matty jones
> >To: php-general@lists.php.net
> >Sent: Fri, Mar 25, 2011, 8:19 AM
> >Subject: [PHP] possible variable declaration error
> >
> >I get the following error " PHP Notice: Undefined index: publisher in
> >/var/w
On Fri, Mar 25, 2011 at 8:24 AM, Daniel Brown wrote:
> On Fri, Mar 25, 2011 at 08:18, matty jones wrote:
> > I get the following error " PHP Notice: Undefined index: publisher in
> > /var/www/testfunctions.php on line 65" and I have narrowed it down to
> what I
> > *think* is a variable not bei
On Fri, Mar 25, 2011 at 8:34 AM, Daniel Brown wrote:
> On Fri, Mar 25, 2011 at 08:24, Daniel Brown wrote:
>
> And, now that I'm not on a three-inch screen, I can see that I
> didn't read your entire message, so my response appears rather idiotic
> --- because you already did the isset(). So
On Fri, Mar 25, 2011 at 08:24, Daniel Brown wrote:
>
> So, as you can see, it's complaining because you didn't give it
> that information. If you don't always want to have to do so, surround
> it with an isset() case.
And, now that I'm not on a three-inch screen, I can see that I
didn't r
On Fri, Mar 25, 2011 at 08:18, matty jones wrote:
> I get the following error " PHP Notice: Undefined index: publisher in
> /var/www/testfunctions.php on line 65" and I have narrowed it down to what I
> *think* is a variable not being declared. Here is the code.
This line is the issue:
> i
'DC Comics';
$d_series_fetch->bindParam(':id',$id);
*should* work.
> Original Message
>From: matty jones
>To: php-general@lists.php.net
>Sent: Fri, Mar 25, 2011, 8:19 AM
>Subject: [PHP] possible variable declaration error
>
>I get t
I get the following error " PHP Notice: Undefined index: publisher in
/var/www/testfunctions.php on line 65" and I have narrowed it down to what I
*think* is a variable not being declared. Here is the code.
//this will fetch the data from a table
$d_series_fetch = $db->prepare("SELECT * FROM de
8 matches
Mail list logo