Sign-up process in PHP

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Sign-up process in PHP

    Hi there,

    I'm completely new to PHP.... I'm wondering if the following problem can be
    solved using PHP/MySQL

    I would like to build a form which contains about 6 or 7 different steps.
    Instead of showing the whole form on one single page I would like the user
    to answer questions and according to his answer, a new page will be shown
    where the process continues, depending on the answer the user gave before.

    How can I do this or is there any pre-made script that I can use (didn't
    find anything at hotscripts.com).

    Any help is appreciated!
    Martin


    Martin Bissig Guest

  2. Similar Questions and Discussions

    1. CFFILE upload error - The process cannot access the filebecause it is being used by another process
      I get this error intermitently when trying to upload a file. <cffile action='upload' ... To make sure there was nothing wrong with the file, i...
    2. #37998 [Asn->Fbk]: Parent process lost MySQLi connection after child process gone
      ID: 37998 Updated by: tony2001@php.net Reported By: dbs at is dot ua -Status: Assigned +Status: ...
    3. Sign In/Sign Out like macromedia page
      I would like to add a sign in link that after you are signed in changes to sign out like on the top of the macromedia site. If anyone can help with...
    4. Problem: Process.GetProcessesByName : Couldn't get process information from remote machine
      As part of an ASP.NET application, I am creating an Excel spreadsheet using my .NET component. On my machine (win2K) I always get a...
    5. minus sign proportion to + sign in bold
      Does anyone know how to make a minus sign that is proportional to a plus sign (+) in bold in Freehand?
  3. #2

    Default Re: Sign-up process in PHP

    Yes you can do that with PHP.
    I've been doing most of my programming for our company in PHP and never had
    any problems so far.

    You can do that by using flag variables and buncha if-else statements.

    --

    ===========================
    DaWaN
    [email]webmaster@dawan.com[/email]



    "Martin Bissig" <martin_bissig@hotmail.com> wrote in message
    news:bntnld$150bm4$1@ID-126040.news.uni-berlin.de...
    > Hi there,
    >
    > I'm completely new to PHP.... I'm wondering if the following problem can
    be
    > solved using PHP/MySQL
    >
    > I would like to build a form which contains about 6 or 7 different steps.
    > Instead of showing the whole form on one single page I would like the user
    > to answer questions and according to his answer, a new page will be shown
    > where the process continues, depending on the answer the user gave before.
    >
    > How can I do this or is there any pre-made script that I can use (didn't
    > find anything at hotscripts.com).
    >
    > Any help is appreciated!
    > Martin
    >
    >

    DaWaN Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139