> You want the receiving page to be php that makes an xml page that is
> then pushed to be a processing page back to the user?
> I think some more detail might be needed...
The reason I want to do this is so that other things (such as a program
on a client's PC, another web site) can push XML data
Why do you want to "push" it to another file...why not do all the
processing in one php file that calls many functions then passes that
data back to the user.
if you still want to pass data then you can do this...
controller.php push xml data to a table that has id and xml
fields...then redirect
> You want the receiving page to be php that makes an xml page that is
> then pushed to be a processing page back to the user?
> I think some more detail might be needed...
No, sorry if I wasn't clear. The processing page is a PHP script on the back
end as well. The XML data being pushed to it
You want the receiving page to be php that makes an xml page that is
then pushed to be a processing page back to the user?
I think some more detail might be needed...
On Tue, 2002-12-10 at 12:35, Chris Boget wrote:
> I'm looking into doing something like the following:
>
> [best viewed w/fixed
I'm looking into doing something like the following:
[best viewed w/fixed width font]
User Request User Interface
| ^
\/ |
Receiving Page --> XML Data push --> Processing Page
where the "Rec
5 matches
Mail list logo