On Sat, 25 Jan 2003 10:12:56 +0100 "Frank Keessen" <[EMAIL PROTECTED]> wrote:


> <?php
> $vname=$_POST['vname'];
> if($submit) {

if you would have sent this message to [EMAIL PROTECTED] you
would be then instantly explained that $submit should have been
$_POST['submit'] in you code.

Please ask yoiur questions from now on to [EMAIL PROTECTED] -
this list is for developing PHP itself.


-- 
Maxim Maletsky
[EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to