I'm new to PHP...and my previous post was a bit premature. I've narrowed my
problem down to this:
I have this very simple form in test1.php
<form name='formx6' action="testz.p hp?varxy=1">
<input type="text">
<input type="submit" value="sub">
</form>
Why is it that the querystring on testz.php looks like:
I know it's probably something easy...thanks in advance.
-bruce duncan
problem down to this:
I have this very simple form in test1.php
<form name='formx6' action="testz.p hp?varxy=1">
<input type="text">
<input type="submit" value="sub">
</form>
Why is it that the querystring on testz.php looks like:
I know it's probably something easy...thanks in advance.
-bruce duncan
Comment