On Sunday 01 August 2004 02:28, Andre Dubuc wrote:

> Yes the first page has the appropriate <form> tags:
>
> {edit-news.php]
> <form action="edit-news-x.php" method="post"> . . . </form>

Good.

> The second and third pages [edit-news-x.php/ edit-submit.php] are pure php
> (a pass-through page) -- I wasn't aware they needed these tags as well. Hmm
> . . . that might explain why they weren't passed -- I must be getting old
> :> . . .

I'm not sure what you mean by pass-through page. But whenever you're using any 
form elements then they should always be wrapped with properly constructed 
<form> tags. Some browsers are more lax than others but you should always try 
to make your pages browser independent particularly when it comes to 
something as basic and mundane as forms.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Do not clog intellect's sluices with bits of knowledge of questionable uses.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to