Jump to content

[SOLVED] Insert Record Problems


NextGenForum.net

Recommended Posts

sorry

 

<form action="<?php echo $editFormAction; ?>" name="form1" method="POST">
	    <p>
	      <strong>Company Name:</strong>		      
	      <input name="name" type="text" id="name">
</p>
	    <p><strong>Logo:</strong> 
	      <input name="logo" type="text" id="logo">	
	    </p>
	    <p><strong>Phone:</strong> 
	      <input name="phone" type="text" id="phone">
	    </p>
	    <p><strong>Email: 
	      </strong>
	      <input name="email" type="text" id="email">
</p>
	    <p><strong>Description -</strong> Short one for category page: 
	      <textarea name="description" id="description"></textarea>
</p>
	    <p><strong>Long Description - </strong>Description for company page: 
	      <textarea name="longdescription" id="longdescription"></textarea>
</p>
	    <p><strong>E-Case - </strong>Short one for category page: 
	      <textarea name="ecase" id="ecase"></textarea>
	    </p>
	    <p><strong>Long E-Case</strong> - E-Case for company page: 
	      <textarea name="longecase" id="longecase"></textarea>
              <input type="hidden" name="MM_insert" value="form1">
	    </p>
	    <p>
	      <input type="submit" name="Submit" value="Submit">  
              </p>
	  </form>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.