Re: [PHP] Re: Generating Numbers from Strings

2003-10-31 Thread Filip de Waard
On Sat, 2003-11-01 at 01:37, John Ryan wrote: > I've a bit of a problem, I want a random keyword pulled from my database. > But I dont want it random all the time. I just want it random to each page. > So I have the filename variable of the page. How do I somehow generate a > 'constant' random num

[PHP] Re: Generating Numbers from Strings

2003-10-31 Thread John Ryan
I've done that, but how do I generate a number out of that that's in a certain range? "Thomas Seifert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 1 Nov 2003 00:37:32 - [EMAIL PROTECTED] (John Ryan) wrote: > > > I've a bit of a problem, I want a random keyword pulled

[PHP] Re: Generating Numbers from Strings

2003-10-31 Thread Thomas Seifert
On Sat, 1 Nov 2003 00:37:32 - [EMAIL PROTECTED] (John Ryan) wrote: > I've a bit of a problem, I want a random keyword pulled from my database. > But I dont want it random all the time. I just want it random to each page. > So I have the filename variable of the page. How do I somehow generate