Re: [PHP] Is it correct having number of forms in the same html page?

2002-03-05 Thread bvr


Yes, that can be correct, however:

-You can only submit one form at a time
- You cannot have 'nested' forms (forms in forms)

bvr


-- 
PHP General Mailing List (http://wwwphpnet/)
To unsubscribe, visit: http://wwwphpnet/unsubphp




[PHP] Is it correct having number of forms in the same html page?

2002-03-04 Thread Balaji Ankem




**Disclaimer
  


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited



 



-- 
PHP General Mailing List (http://wwwphpnet/)
To unsubscribe, visit: http://wwwphpnet/unsubphp


RE: [PHP] Is it correct having number of forms in the same html page?

2002-03-04 Thread Martin Towell

if that's what's required, then it's okay

-Original Message-
From: Balaji Ankem [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 11:55 PM
To: Php-General
Subject: [PHP] Is it correct having number of forms in the same html
page?