Ask a Question related to Dreamweaver AppDev, Design and Development.
-
woodywyatt #1
create a random password?
Is there a tutorial (or an extension) that will explain how to create a
random password (and/or username) insert it into an Access database then
automatically email those details to the client so they can then log in to a
secured page using the generated password
Thanks for any help
Gary
woodywyatt Guest
-
Create a random number (ASP VBScript)
I need to create a random number to use with the .swf so IE doesn't cache my files: <param name="movie" value=".file.swf?nochache=<% random number... -
Free Network Tools - Random Password Generator - Link Counter - Hit Counter
Free Network Tools - Random Password Generator - Link Counter - Hit Counter http://www.sharewareisland.com/onlinetools.asp -
ASP.NET Application Prompting for User Name/Password at Random
My Asp.Net application is prompting for user name/password dialog at random. I would appreciate your help if you could shed some lights. There is no... -
Create Password Protected Website !
Hello To All ! Hope you all doing great. I am trying to create a website where user is required to login first to view members page. I want... -
Create random string
Hi, substring(newid(),0,8) "Jason Davis" <jasondavis19@hotmail.com> wrote in message news:uyGV9pFSDHA.1552@TK2MSFTNGP10.phx.gbl... -
twocans #2
Re: create a random password?
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overview/[/url]
will do all you want, plus they have great support.
or else you could try [url]http://www.ultrasuite.com[/url]
regards
twocans
"woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
news:d3dmba$5ff$1@forums.macromedia.com...> Is there a tutorial (or an extension) that will explain how to create a
> random password (and/or username) insert it into an Access database then
> automatically email those details to the client so they can then log in to
> a
> secured page using the generated password
> Thanks for any help
> Gary
>
>
twocans Guest
-
woodywyatt #3
Re: create a random password?
Thanks for that, I'll give it a try
Just to be cheeky, can you tell me where I can find a tutorial or extension
to display all records from a recordset in a random order?
I've tried using various options such as ORDER BY RAND() in the sql
statement but none seem to work.
At present my sql is -
SELECT *
FROM upload
WHERE Date>DateAdd('yyyy',-1,Now());
I also need to display all records in random order
Thanks for any help
Gary
"twocans" <abbadontdoit@hotmail.com> wrote in message
news:d3dqki$c54$1@forums.macromedia.com...[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overvie[/url]>
w/to>
> will do all you want, plus they have great support.
>
>
> or else you could try [url]http://www.ultrasuite.com[/url]
>
> regards
> twocans
>
>
>
> "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
> news:d3dmba$5ff$1@forums.macromedia.com...> > Is there a tutorial (or an extension) that will explain how to create a
> > random password (and/or username) insert it into an Access database then
> > automatically email those details to the client so they can then log in>> > a
> > secured page using the generated password
> > Thanks for any help
> > Gary
> >
> >
>
woodywyatt Guest
-
twocans #4
Re: create a random password?
[url]http://www.databasejournal.com/features/mssql/article.php/3076421[/url]
I dont think your use of now() is correct.
sorry can be of more help
"woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
news:d3e14a$n38$1@forums.macromedia.com...> Thanks for that, I'll give it a try
> Just to be cheeky, can you tell me where I can find a tutorial or
> extension
> to display all records from a recordset in a random order?
> I've tried using various options such as ORDER BY RAND() in the sql
> statement but none seem to work.
> At present my sql is -
>
> SELECT *
> FROM upload
> WHERE Date>DateAdd('yyyy',-1,Now());
>
> I also need to display all records in random order
> Thanks for any help
> Gary
>
>
>
> "twocans" <abbadontdoit@hotmail.com> wrote in message
> news:d3dqki$c54$1@forums.macromedia.com...> [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overvie[/url]>>
> w/> to>>
>> will do all you want, plus they have great support.
>>
>>
>> or else you could try [url]http://www.ultrasuite.com[/url]
>>
>> regards
>> twocans
>>
>>
>>
>> "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
>> news:d3dmba$5ff$1@forums.macromedia.com...>> > Is there a tutorial (or an extension) that will explain how to create a
>> > random password (and/or username) insert it into an Access database
>> > then
>> > automatically email those details to the client so they can then log in>>>>> > a
>> > secured page using the generated password
>> > Thanks for any help
>> > Gary
>> >
>> >
>>
>
twocans Guest



Reply With Quote

