Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

is it possible to have 2 php forms one page

Engaged ,
Aug 09, 2009 Aug 09, 2009

I am working through David's cs4 book, and trying to put the registration form and the login form on one page, is this possible, I have named them form 1, form 2. but I cannot get it to work. Its a design deal that is why I want to do this. I would appricate any help you can give, Thx for your time.

TOPICS
Server side applications
715
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 09, 2009 Aug 09, 2009

The answer to your question is yes. It is possible to put two forms on one page.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 09, 2009 Aug 09, 2009

thx for your answer, just a quick question, is there anything special I should do to the code as far as order or what ever, thx

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 11, 2009 Aug 11, 2009

My PHP knowledge is very limited, but I have done a number of PHP forms. I think you just need to make sure that the forms are given unique names.

I am curious, why do you have 2 forms on one page? (There is nothing necessarily incorrect about it.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 11, 2009 Aug 11, 2009
LATEST

Your curiosity has been answered in the original post.

I am trying to put the registration form and the login form on one page. Its a design deal that is why I want to do this.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines