Developing a login and registration page

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.

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" <[email protected]> wrote in
message
news:f0nomh$ne8$[email protected]..
> 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.
>

Similar Messages

  • Flash Pro cs5.5, MySQL, login and registration form

    Hi.
    I just started to use Adobe Flash CS5.5 and i want to make my new homepage based on flash. Only problem at the moment is that i don't know how to make flash login and registration form what takes data from MySQL. I am messed with this about 3 days but without any results(form is done, but don't know how to make it communicate with MySQL).
    Sorry for my bad english.
    Can anybody please help me?
    Thanks in advance for helping.

    You should really start by some literature if you can't even draw a form. I don't mean to be cruel but otherwise you'll never learn flash. If you like the technology, start from the start like everybody else. If you'll have some questions, or will be confused about something you learned, I'll be happy to explain it to you. But don't expect people to program your app for you - this is not learning.
    You can start with adobe tv: http://tv.adobe.com/search/?q=flash&product=17&topic=0&version=10&sortby=relevancy
    Great page with tutorials: http://gotoandlearn.com/
    More tutorials: http://active.tutsplus.com/category/tutorials/
    Or you can find professional tutoring videos at www.lynda.com (but they are not free)

  • HELP ON LOGIN AND UPLOAD PAGE

    hi there. I currently design a website for a rugby club, and need to allow access to the coach to upload the team every Thursday. There is no point in putting Dreamweaver on his PC so would like to add a page where he logs in (he will be the only one with the login details) and then that will direct him to a page so that he can upload the team. I would like the upload set up as a spread sheet so that he can just type the players name and click ok to upload it. I really needs to be that simple for him otherwise he'll get confused. PLEASE CAN YOU HELP????

    While Im not sure I understand, and I dont know what you mean by "upload the team", it sounds like any blogging program would fit the bill.  You might want to look at Wordpress for that.
    If the uploading of the team is replacing last weeks file for this weeks file and you dont care about keeping a record of all the files, you could simply make this a SSI (Server Side Include) and let the coach overwrite the file and upload it, I would think Contribute or even a simple FTP program would do the trick.
    You could also write a form that only the coach would have and it would update the page or file in question,
    Gary

  • How can i make custom login  and priviliges pages  depend on database ?

        Hi all,
       how can i make custom login page and custom security pages depend on oracle database tables.

    User, please tell us your Jdev version!
    Have you used the search field in the forum?
    This had been asked a couple of times.
    http://biemond.blogspot.in/2008/12/using-database-tables-as-authentication.html and
    http://biemond.blogspot.in/2008/12/using-weblogic-provider-as.html
    Timo

  • JSP-MySQL user login with username, password and registration

    Hi everyone:
    i need to create a simple jsp client login with username and password. There is also a registration link for those not register yet.
    I m using tomcat and MySQL and have already create a client login with username and password page.(record already in database).
    I m now have no idea on how to create a registration link, ie update the database. please help..the examples i search through google were build by Jboss, strut, ApacheGeronimo which i m not familiar with.
    Is it any "package" or "wizard" available in creating the login and registration page? Most of the webpage has build with user login and registration part, may i know how they "create" them?
    Please help.. Thanks in advance!

    hi,
    You can use tomcat5.5 for this. you can get help from the following link.
    http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
    If ur registrantion page is RegistrationPage.jsp then u can write it:
    <a href="RegistrationPage.jsp">Registration Page </a">For Registration page u have to use session & for u can search this in javaworld.com site. MAy from this u will get ur solution

  • Tutorial required to explain me login and logout scenarios in adf.

    Hi All,
                I want tutorial which explains step by step details to create login and logout pages and also store the values of user who logs in into database table. 
    Thanks in advance

    hi user,you can follow the below url it will explain the creating the login page and logout procedure..here part1 and part2 will be available in youtube
    ADF Training - Oracle ADF 11g Security - Custom ADF Login Form - Part 1 - YouTube

  • Session Login and Logout in jsp page

    hi
    i am developing jsp page
    i completed except logout.jsp page
    my login page is in Jsp format and then business Logic in servlet and then get method & set method in bean.java
    i have login and then it sucess page there i have singout button
    if i sign out it should go to login page
    how to do
    how to make session invalidate
    how to get session id
    i have one more doubt i should check session invalidate each jsp page
    regarding session login and logout in jsp
    if anybody knows please give me a piece of code regarding login and logout
    Regards
    Akshatha

    This is part of your filter class now you need login.jsp page
    <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="Stylesheet" type="text/css" href="/PAS/css/site.css"/>
        <title>Automation System | Login Page</title>
    </head>
    <body>
    <div align="center">
        <h1>Photint Automation System</h1>
    </div>
    <br/><br/><br/>
    <center>
        <table border="1" cellpadding="0" cellspacing="0" width="40%" bgcolor="FFFFFFFF">
            <thead>
                <tr>
                    <th align="left" height="30"> <h3>    Login</h3></th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>
                        <div align="center">
                            <form name="LOGIN" action="/PAS/LoginServlet" method="POST">
                                <table border="0">
                                    <tbody>
                                        <tr>
                                            <td height="15"></td>
                                            <td height="15"></td>
                                            <td height="15"></td>
                                            <td height="15"></td>
                                        </tr>
                                        <tr>
                                            <td height="30"></td>
                                            <td align="right" height="30">User Name : </td>
                                            <td align="left"  height="30"><input type="text" name="USERNAME" value="" size="35"  /></td>
                                            <td height="30"></td>
                                        </tr>
                                        <tr>
                                            <td height="30"></td>
                                            <td align="right" height="30">Password : </td>
                                            <td align="left"  height="30"><input type="password" name="PASSWORD" value="" size="35"  /></td>
                                            <td height="30"></td>
                                        </tr>
                                        <tr>
                                            <td height="50"></td>
                                            <td height="50"></td>
                                            <td align="center" height="50"><input type="submit" value="Login" name="Login" />  <input type="reset" value="Reset" name="Reset" /></td>
                                            <td height="50"></td>
                                        </tr>
                                    </tbody>
                                </table>
                            </form>
                        </div>
                    </td>
                </tr>
            </tbody>
        </table>
    </center>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
    <br/><br/><br/>
    <center>Copyright &copy; 2009 Photint FZ LLC</center>
    <center>Powered by Ali Jamali</center>
    <center>Version : 1.0</center>
    </body>
    </html>And you need loginServlet.java
    package com.ali.util.filter;
    import com.ali.entity.user.UserEntity;
    import com.ali.util.HibernateUtil;
    import java.io.IOException;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    public class LoginServlet extends HttpServlet {
        private static final long serialVersionUID = 1L;
        protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
            String username = request.getParameter("USERNAME");
            String password = request.getParameter("PASSWORD");
            if (username == null || username.length() == 0) {
                System.err.println(" Username textfeild is empty ..... !");
                RequestDispatcher dispatcher = request.getRequestDispatcher("Pages/user/LogIn.jsp");
                dispatcher.forward(request, response);
                return;
            if (UserRegistry.isUserLoggedIn(username)) {
                System.out.printf("User [%s] is already logged in. \n", username);
                RequestDispatcher dispatcher = request.getRequestDispatcher("Pages/user/LogIn.jsp");
                dispatcher.forward(request, response);
                return;
            UserEntity user = null;
            try {
                user = (UserEntity) HibernateUtil.load(UserEntity.class, username);
                if (user == null || !user.getPassword().equals(password)) {
                    RequestDispatcher dispatcher = request.getRequestDispatcher("Pages/user/LogIn.jsp");
                    dispatcher.forward(request, response);
                    System.err.println(" Password or username is not valid ..... !");
                    return;
            } catch (Exception e) {
                e.printStackTrace();
                RequestDispatcher dispatcher = request.getRequestDispatcher("Pages/user/LogIn.jsp");
                dispatcher.forward(request, response);
                return;
            HttpSession session = request.getSession();
            System.err.println(request.getRemoteAddr());
            session.setAttribute("username", user.getFirstName());
            session.setAttribute("userType", user.isAdmin());
            UserRegistry.logInUser(username);
            response.sendRedirect("/PAS/index.jsp");
    }finally is you need to just one user can be online at time or need to know how many user & who is online you should at this class also
    package com.ali.util.filter;
    import java.util.ArrayList;
    import java.util.List;
    public class UserRegistry {
        private static final List loggedInUsers = new ArrayList();
        public static void logInUser(String username) {
            loggedInUsers.add(username);
        public static void logoutUser(String username) {
            if (isUserLoggedIn(username)) {
                loggedInUsers.remove(username);
        public static boolean isUserLoggedIn(String username) {
            return loggedInUsers.contains(username);
    }If you have any more Q. or any comment , Most welcome
    Thanks
    Ali Jamali

  • I have developed one website and provied print fuctionality to print entire web from , but it is not printing the web page correctly, even in print preview it is showing wrong out put

    i have developed one website and provied print fuctionality to print entire web from , but it is not printing the web page correctly, even in print preview it is showing wrong out put...

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.
    Make sure you provide the URL for the problematic page, so they can see the problem for themselves.

  • Why is login page (to register to use this forum) and other pages displaying foreign characters (e.g., বাংলা (বাংলাদেশ) when am using English (U.S.) versions of IE6 & Opera 10.6 to contact you (as FF4 hanging computer)?

    FF4 hanging badly, so used IE6 & Opera 10.63 to register with & access Mozilla support site. Some words on those pages displayed in a foreign language (Arabic script?? )-- example, বাংলা (বাংলাদেশ)
    Foreign characters on initial Support registration page, were in lieu of English words asking to select UserID & Password. (Page not entirely in foreign language--only parts. Request to repeat password choice, enter email, were in English).
    I registered (guessing what to enter). Went to Support page [support.mozilla.com/bn-BD/kb/ask]. Greeted by statement: "Our volunteers haven't translated this article into বাংলা (বাংলাদেশ) yet."
    No idea what language that is, or why u think I can read it. Presently logged in from U.S.

    That is Bengali ([http://www.mozilla.com/en-US/firefox/all.html]). Firefox 4 no longer has the language setting in the user agent and in your case it doesn't seem to work to detect the language.
    You can change the bn-BD in the link(s) to en-US on the Mozilla sites.

  • Just got an iphone4 and itunes wont recognize it.thr registration page is blank except where you fill in answers. and it already wants me to update a new version but says network timed out. help

    just got an iphone 4 and the registration page is blank. it also says there is a new version available but says network keeps taking time out

    Hi Jen.  My daughter just compleated her nursing program and is now working as a full time nurse.  Focus and study hard and soon you will be there too.  Now to the problem at hand.  I have the same problem.  I gave up on it and satisfied myself with my iPod without the upgrade.  Reason being I've read so many posts of people having problems after the upgrade.  But I'm sure other factors are involved.  Nevertheless here is the fix most say works to solve the problem:  What ever virus protection you have installed on your computer, disable it.  Then try to install the update. After that enable the protection. I had Kaspersky, and it does it's job well. The thinking is, the virus protection is blocking the upgrade.  Hope this works.   Charlie

  • I can't complete the registration of my new MacBookAir. Followed directions in online manual and now can't see registration page- at utilities?,!?

    I have bought my fist MacBookAir. Last night I switched it on and decided to do the registration this morning. After watching the vo keys lessons, I tried to register- wont let me do anything! I checked the manual (page 53?) which said to hold down series of buttons and start again. Followed instructions and have now lost registration page - only options are about operating system? Ad apple support not available at the weekend! Help

    Just complete the setup and the get online to register your computer after the setup is complete.  Take a look at this link, http://register.apple.com/html/Apple-ProductRegistration.html

  • Problem - Custom Page Call Working via APPS login and not using CRM login

    I have created a custom link in the Oracle Portal order page. The call (click) works correctly when I login using a regular apps login and choose ORDER STATUS , but if I login directly to CRM and then access the same page via clicking on ORDER PORTAL image, the link doesn't work --> it seems to get translated to something I am not familiar with. I have illustrated the problem below, and am trying to figure out what to do to make the CRM login environment work as well.
    Thanks.
    Channeld
    Code modification to the CO -->
    String dest_url = "OA.jsp?OAFunc=XXX_ONT_FUNC_129&Header_ID_p="+Header_ID;
    OAUrl oaurl = new OAUrl(dest_url);
    dest_url = oaurl.createURL(pageContext);
    osb.setDestination(dest_url);
    --> what the link shows in on the order page using both logins
    http://pl1ua121.corio.com:8000/OA_HTML/OA.jsp?OAFunc=XXX_ONT_FUNC_129&Header_ID_p=11261&_ti=1811750263&oapc=5&oas=grPSiOwvEyLuXdxKt_a5GA..
    --> what the link gets translated to once clicked within a CRM login session; note, during a regular apps login,
    the link does not get translated.
    http://pl1ua121.corio.com:8000/OA_HTML/RF.jsp?function_id=27070&resp_id=50661&resp_appl_id=672&security_group_id=0&params=08V2jKe4UMpLbUVYUjsT8ZCABTTWpQnO7QdLdJyREFbPg8IIF5.vbStfOY8IYonLVX-dbml9UlrBKO.-rfzhVC2iib.jk6vv-9lnvaN2g5jHG7dKBUwLdgDx0woWFYmOIGTJJxkjHrHfmNMIqDTmxzD8K-jXUU8Vqja8Ajn98ZYtdz6iVvq.yKvS3fbGlxu7vsBw20gV7Yp8gAp9Ps90OUg.5HJh9CD8FhYpiJp4ffQ

    Hi,
    Thanks for the update.
    Sir its not about calling the JSP Page from OAF page.
    My requirement is what I have explained above.
    Please suggest its urgent.
    Thanks,
    Raja Dutta

  • I am trying to run page 192.168.0.170 for my IP Cameras but after login and password the page is not responding. Plz help!

    I am trying to run page 192.168.0.170 for viewing IP Cameras but after login and password the page is not responding. Plz help!

    I am trying to run page 192.168.0.170 for viewing IP Cameras but after login and password the page is not responding. Plz help!

  • Info on HTMLB and BSP page development needed

    Hi,
    Can someone please tell me some good books and websites where I can get learning material for HTMLB and BSP page development.
    Thanks
    Rehmat

    Don't forget:
    These examples in SE80 as well as thoughs mentioned above!
    SBSPEXT_BSP
    SBSPEXT_TABLE
    IT00
    There is also a fantastic book called <a href="http://www.sap-press.com/H959.html">Web Programming with the SAP Web Application Server</a>

  • Unable to login Itunes. State my ID or password is invalid. However i am able to login to my settings and appleid page.

    I am unable to login to iTune. It states that my ID orpassword is incorrect. However i am able to log into my iTunes settings and apple ID "manage my account" settings.
    What is wrong ???

    Hi,
    First of all, can you use that Name you created to Login on this page ?  (see top right)
    It will whizz your off to a sign in page but will come back to this page and show your Screen Name.
    Have you allowed iChat through the Mac Firewall If you have the Firewall On
    System Preferences > Security > Firewall  (If ON  then the Advanced Button  > Allow Signed Apps and add iChat to the list).
    So, with iChat you opened it and it took you through the Start Up Screens.
    You chose AIM and entered the Screen Name you created and added the password.
    You clicked the rest of the Continue Buttons until you got to the Done Button and iChat opened fully showing you a Buddy List that will not Login
    Lets check iChat itself.
    Open iChat and go to the iChat Menu > Preferences > Accounts
    You will list the account you created an Bonjour (It is always there)
    If you highlight (one click) the AIM Account the Panel on the right should be at the Account info one
    Double check there is no typo (I know you said you are sure it is correct)
    Now go to the Applications/Utilities folder and open Keychain Access.
    In the lower Left panel select Passwords.
    In the list on the right find your AIM entry.
    Double Click it to bring up the Info panel
    Near the bottom fill in the Check Box to Show Password
    This will bring up a Dialogue box
    Enter your Mac User Password and then click the Allow Once button
    The Password for the AIM login should now appear.
    Is It Correct ?
    Edit and Save if not.
    If you did something else or if the Name is an AIM valid one but was not registered at AIM such as an @mac.com or MobileMe name then post back with more details.
    10:11 PM      Monday; August 8, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • Connect Macbook to Panasonic Plasma TV

    Hello, I bought two cables for my macbook (1st gen), a minitoslink cable to toslink cable and a rca (red, yellow) to 3.5mm (headphones jack), and neither of them output sound. i do have the mini dvi to dvi cable to the video outputs find on the tv bu

  • IBM-J2SDK

    Because is not available a Sun's package for Linux PPC, I'm trying IBM-J2SDK-1.4.1. When connecting to a mysql database, using the same driver and java application as I get successfull connection in Sun J2SDK, I always receive the NullPointerExceptio

  • Quick office excel files recognized as virus by No...

    When I try to transfer the quick office files created on my phone to my laptop, Norton 2011 (NIS 2011) installed therein identifies these files as heuristic viruses and blocks 'em. I have brought down the heuristic detection settings to normal from a

  • Max hdd size for ms-6140 ??

    anyone out there know the maximum size that the ms-6140 motherboard can handle?? its also called the 'micro ATX EX7' on some occasions. ive searched alot and cant find anything... bios has been flashed to most recent version, even though its only fro

  • Usage of business rules

    I have a invoice (EDI X12 894) and sending to B2B in order to send to trading partner but before sending to trading partner, we have to perform some validations before to be sent to trading partner. We have various validations based on the customer,