----- Original Message -----
From: "Philip Molter" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 10, 2002 6:01 PM
Subject: Re: Qoute


> Try:
>
>   $sth = $dbh->prepare( 'SELECT expiration FROM newsgroups WHERE
>   newsgroup=?' );
>   $sth->execute( $group );
>   ...


I already tried that; but that makes no difference. My guess is that MySQL
seems to think I want to do some calculation, as it may interpret the dash
as a minus sign; but it really is a string, honestly. :)

- Mark


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to