<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I've read through a lot of the online documentation.  I've got my form
done and it is lovely.<br>
I am following the advice to do validation server side.  I am calling a
php program that does the validation and then will pass the entered
data elsewhere.<br>
My problem is that I can't see how to go back to the calling page if
the data doesn't validate.  According to me, it would be a post back to
the pmwiki page with all of the passed variables going back in fields
and then reading from the $_SESSION vars (which I have working fine,
thank you).<br>
But I don't know how to do the post back to the page without loading up
a form and requiring the user to click on it.<br>
Any help would be appreciated.  I don't want to do the form as a
separate self validating php file outside of pmwiki (that I already
know how to do).<br>
<div class="moz-signature">-- <br>
<font color="#000000" face="Arial" size="2">Doug
Johnson</font><br>
<font color="#cc0000" face="Arial" size="2">
"When people start being nice to me, I just know it's going to hurt." -
Morrie </font><br>
<font color="#000000" face="Arial" size="2">216-502-3372
Direct voice<br>
602-865-7041 Direct eFax<br>
</font>
</div>
</body>
</html>