RE: Mysql Question. Can Someone Help

2003-08-27 Thread Dan Muey
; 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

OT: RE: Mysql Question. Can Someone Help

2003-08-27 Thread wiggins
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

RE: Mysql Question. Can Someone Help

2003-08-27 Thread Dan Muey
> 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,