Re: AW: syntax Q

2002-03-04 Thread Doug Thompson
, 4. M„rz 2002 11:03 >> An: Andreas Dau >> Betreff: Re: syntax Q >> >> Hello Andreas, >> >> > > I just encountered the following: let $a be a numeric php >> expression, >> > a >> > > the corresponding integer field in a table

AW: syntax Q

2002-03-04 Thread Andreas Dau
Thx for ur quick help I will check after a short nap *ggg* > -Ursprüngliche Nachricht- > Von: DL Neil [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 4. März 2002 11:03 > An: Andreas Dau > Betreff: Re: syntax Q > > Hello Andreas, > > > > I just encou

AW: syntax Q

2002-03-04 Thread Andreas Dau
> -Ursprüngliche Nachricht- > Von: DL Neil [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 4. März 2002 11:03 > An: Andreas Dau > Betreff: Re: syntax Q > > Hello Andreas, > > > > I just encountered the following: let $a be a numeric php > expre

WG: syntax Q

2002-03-04 Thread Andreas Dau
-Ursprüngliche Nachricht- Von: Andreas Dau [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 4. März 2002 10:37 An: 'DL Neil' Betreff: AW: syntax Q > -Ursprüngliche Nachricht- > Von: DL Neil [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 4. März 2002 10:0

Re: syntax Q

2002-03-04 Thread DL Neil
Hello Andreas, > I just encountered the following: let $a be a numeric php expression, a > the corresponding integer field in a table. When I say: "UPDATE table > SET a=$a" it denies the update. When I say: "Update table SET a='$a'" it > performs the update. Uhm, now I am wondering. Isn't 'someth

syntax Q

2002-03-04 Thread Andreas Dau
Hello... I just encountered the following: let $a be a numeric php expression, a the corresponding integer field in a table. When I say: "UPDATE table SET a=$a" it denies the update. When I say: "Update table SET a='$a'" it performs the update. Uhm, now I am wondering. Isn't 'something' supposed