/    Sign up×
Community /Pin to ProfileBookmark

Building a web application form?!

Hi there,

I want to build an application form (PHP & MySQL) in which the user needs first to register and then to fill the application. Until now I have created a form which allows anyone to “apply” and I want to make a restriction for only registered users. A

Is there any good tutorial that shows how to do this step-by-step or if any of you have created a web application form could tell me if it is better to switch to any other language like Java. Which is the best and easier way?!

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@SyCoOct 08.2010 — PHP is a language that will do this.

The logic is
[LIST]
  • [*]HTML registration form

  • [*]submits to database and stores user details

  • [*]Either require log on or auto log on after successful registration.

  • [*]Set session value for successful login.

  • [*]Check logged in value any time you want to display anything to only registered users.

  • [/LIST]


    Google 'php mysql user registration tutorial', there's lots and lots.
    ×

    Success!

    Help @rreze spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.17,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...