Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9072281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T18:07:50+00:00 2026-06-16T18:07:50+00:00

I did not find any errors in my code below. While submitting the form,

  • 0

I did not find any errors in my code below. While submitting the form, however, nothing is happening. Specifically, my page is not redirected to other page. I am testing this code locally using CodeIgniter on WAMP server.

<!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=iso-8859-1" />
    <title>Register New</title>
  </head>
  <body>
  <?php $attributes = array('AUTOCOMPLETE' => 'off','method' =>'post');?>
  <?=form_open('welcome/register',$attributes);?>
  <table align="center" border="0">
    <th>
      <td colspan="3" >
        <font color="#0033FF" title="" face="Times New Roman, Times, serif" size="+1">Register  New</font>
      </td>
    </th>
    <tr>
      <td colspan="4" align="center" style="color:#FF0000; font-size:14px">
      <?php
          $vmsg=$this->session->userdata('msg');
          if($vmsg)
            echo  $vmsg;
          $this->session->unset_userdata('msg');?><?=validation_errors();
      ?>
      </td>
    </tr>
    <tr>
      <td>User Name: </td>
      <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif;  color:#FF0000; font-size:14px;">*</div></td>
      <td><input type="text" name="user_name" id="user_name" /></td>
    </tr>
    <tr>
      <td>Designation: </td>
      <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif;  color:#FF0000; font-size:14px;">*</div></td>
      <td><input type="text" name="desig" id="desig" /></td>
    </tr>
    <tr>
      <td>Phone No.: </td>
      <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif;  color:#FF0000; font-size:14px;">*</div></td>
      <td><input type="text" name="ph_no" id="ph_no" /></td>
    </tr>
    <tr>
      <td>Login ID:</td>
      <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif; color:#FF0000; font-size:14px;">*</div></td>
      <td><input type="text" name="login_id" id="login_id" /></td>
    </tr>
    <tr>
      <td>Password:</td>
      <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif; color:#FF0000; font-size:14px;">*</div></td>
      <td><input type="password" name="pwd" id="pwd" /></td>
    </tr>
    <tr>
      <td>Retype Password:</td>
      <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif;  color:#FF0000; font-size:14px;">*</div></td>
      <td><input type="password" name="re_pwd" id="re_pwd" /></td>
    </tr>
    <tr>
      <td colspan="3" align="right">
        <input type="submit" name="btnsubmit" value="Save" />
      </td>
    </tr>
  </table>
  </form>
  </body>
  </html>

Note the form_open directive within the PHP code.

How can I fix the form submission process?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T18:07:52+00:00Added an answer on June 16, 2026 at 6:07 pm

    You do not have an opening <form method=""> to close your </form>

    Add this in above your actual form. Example:

    <form method="POST"> 
    
    <tr><td>User Name: </td>
    <td><div align="center" style="font:Geneva, Arial, Helvetica, sans-serif;  color:#FF0000; font-size:14px;">*</div></td>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Googled merge+cell+Javascript but did not find any suitable code to implement merge
I did not find any suitable questions answered yet, so I'd like to know
I spent about hour and did not find any clue how to highlight my
Is there any minimum compute capability to use CUDA-OpenGL interoperability? I did not find
I did not find an answer to this question. I have a VOIP application.
I did search the forum and did not find a similar question. I'm looking
I've read several sources now but did not find a solution: I'm using Facebook
So I've been looking for a good solution everywhere but did not find anything
Just for learning's sake, I tried in java doc but I did not find
There are several variant questions on this on SO, but I did not find

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.