On 7/21/06, Karjala <[EMAIL PROTECTED]> wrote:
Maybe I should ask this question on a database list, but it's related to
DBI, so I'm asking here also:
I have a field in a record in the MySQL database that contains a number.
I increase it by one with $dbh->do("update table set myfield = myfield +
If you have MySQL 5.0 or greater, you will be able to create a stored
procedure and call it from DBI.
with warm regards,
Venkat Saranathan
Gulf Breeze Software
www.gulfsoft.com
GulfBreeze Blog
www.gulfsoft.com/blog
-Original Message-
From: Karjala [mailto:[EMAIL PROTECTED]
Sent: Frid
; If So, Then how do I call it to random place the PayPal,
> StormPay addresses into the buttons.
>
There was my original idea:
Select all address into a list and choose a random one.
Or
Get one address from a query that returns a random one out of all of them.
#2 would be better on memory
On Wed, 27 Aug 2003 09:25:03 -0500, "Dan Muey" <[EMAIL PROTECTED]> wrote:
>
>
> > Hello Fellow Members,
>
> Howdy
>
> >
> > I am new to perl and Mysql. I want to set up a mysql table to
> > take Email addresses, and randomly place them into a
> Hello Fellow Members,
Howdy
>
> I am new to perl and Mysql. I want to set up a mysql table to
> take Email addresses, and randomly place them into a payment
> button from PayPal, and StormPay.
>
> Can anyone tell me how to write the script to setup the MySql
> Table to do this.
>
Sure,