If I have two php files on different servers
one is UI, the other is bussiness logic.
Once I have the data needed, how do I pass it to the UI?
thx _
GET or POST via a form
Wouldn't that mean that one has to click the SUBMIT button?
or can PHP submit a form automatically?
Originally posted by kinetic1 Wouldn't that mean that one has to click the SUBMIT button?
not necessarily, you could use [man]header[/man].