Skip to main content
April 24, 2007
Answered

developing a login and registration page

  • April 24, 2007
  • 3 replies
  • 857 views
Can someone tell me what would be a good way to create a login and registration page in DW 8. We will be using Microsoft SQL 2005 to store the user information. Could I use PHP with MS SQL 2005? Or would it be best if I use ASP.net with VB or C# through the DW 8 functions. The websites I have are all created in DW 8.
This topic has been closed for replies.
Correct answer Newsgroup_User
cpltek wrote:
> PLans have changed I am now using dreamweaver 8 ,php and mysql to create the
> logon and registartion page for my web site.
>
> do you know of any good books or websites to help me conncect all of these
> tools together?

<shameless plug>Mine: "Foundation PHP for Dreamweaver 8"</shameless plug>

You can find more details here: http://foundationphp.com/dreamweaver8/

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

3 replies

Inspiring
April 25, 2007
I would recommend that you look at Visual Web Developer (Free from MS) and
use ASP.Net 2.0. All of the functionality to handle login, authentication,
lost passwords, user resets are available in the 2.0 framework as web
controls.


--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"cpltek" <webforumsuser@macromedia.com> wrote in message
news:f0lap7$m4r$1@forums.macromedia.com...
> Can someone tell me what would be a good way to create a login and
> registration
> page in DW 8. We will be using Microsoft SQL 2005 to store the user
> information. Could I use PHP with MS SQL 2005? Or would it be best if I
> use
> ASP.net with VB or C# through the DW 8 functions. The websites I have
> are all
> created in DW 8.
>


Inspiring
April 24, 2007
If you want to use DW, go with PHP.
Inspiring
April 25, 2007
If you end database will be SQL2005 why are mucking around with MySQL. You
can download a copy of SQL Express for development purposes.


--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"cpltek" <webforumsuser@macromedia.com> wrote in message
news:f0nomh$ne8$1@forums.macromedia.com...
> OK. I have been trying to set a database with MySQL and use DW to create
> my php
> pages but I am having trouble finding the shareware version of MySQL at
> their
> site. I have MySQL version 5.0.37 community edtion installed on my local
> computer but I dont know if this is a client or the actual server to
> create
> databases and tables in. Do you know where I can download the necessary
> files
> to do this? I have a virtual server over here I could use to set up the
> mySQL
> server. We will purchase the retail version once I get familar with php
> and
> mySQL. I have a good understanding fo RDMS and SQL code. The harderest
> thing for me is setting up a testing server in DW and connecting to the
> MySQL.
>


Deaf_Web_Designer
Inspiring
April 27, 2007
thanks I will check it out. I installed an apache server on my local machine and I am up and running. I am also connected to the database too. Now all I need to learn in some php code.
I highly commend and recommend David Powers' books. His books are well-documented, well-written in terms of concise and easy to follow.

Please note that you need to download the latest information through the Powers' site. Please have a look for further details and some additional infromation after his book was published. There are, in fact, some additional information to address some issues. So be aware and know that now in ahead of time. That is to say, that also probably will save some of your time in time fashion basis. :)

Good luck with your PHP project.

Cheers, Brian

quote:

Originally posted by: cpltek
thanks I will check it out. I installed an apache server on my local machine and I am up and running. I am also connected to the database too. Now all I need to learn in some php code.


Inspiring
April 24, 2007
DW is not good to use with ASP.NET. If you want to use .NET I suggest Visual Studio or Visual Web Express.
April 24, 2007
I understand that. What would you reccomend I use. I am a beginner to PHP. And why do they have asp.net support in DW 8?