|
Posted by The Eclectic Electric on 10/30/06 14:18
"Vince Morgan" <vinhar@UNSPAMoptusnet.com.au> wrote in message
news:4545c71a$0$23136$afc38c87@news.optusnet.com.au...
> "Jonathan N. Little" <lws4art@centralva.net> wrote in message
> news:88896$45456f6a$40cba7c2$19934@NAXS.COM...
>> Vince Morgan wrote:
>> > "Sandeep" <sandeepsinghal@gmail.com> wrote in message
>> > news:1162174842.447626.122950@f16g2000cwb.googlegroups.com...
>
>> Well of course if "dummy.php" doesn't exist you'll get a 404. Your
>> form's ACTION *must* point to a real file! Now is can be the *same* file
>> as your original form, i.e., post to itself.
>>
>>
>> --
>> Take care,
>>
>> Jonathan
> Thank you Jonathan,
> Well, dummy.php did exist, just not in that directory. Stupid, stupid,
> etc.
> That said it still won't do what I want.
> Is it at all possible to create a page, with inputs, that will allow me to
> add data and post it without the page wanting to change?
> A static type page from which I can post data?
> I actualy thought this would be quite easy.
>
Could you maybe make dummy.php save the form variables to session variables
(and do whatever other processing you're wanting to do), send a redirect
header in dummy.php to your original form page and then use those session
varables to fill the form values? Is that anything like you need?
+e
Navigation:
[Reply to this message]
|