On Sat, 25 Jan 2003 10:12:56 +0100 "Frank Keessen" <[EMAIL PROTECTED]> wrote:
> $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 q
This list is only for people who develop PHP and not _with_ PHP.
Please contact a PHP users mailing list such as [EMAIL PROTECTED]
Good luck,
Andi
At 10:24 AM 1/25/2003 +0100, Frank Keessen wrote:
Hi all,
Please can you help me with the following:
If got a little sample code:
This one is wor