I have been designing a 3 tier design where:
1st server has the pages to be viewed, they can be:
WAP
FOR PC BROWSER
OTHER
2nd server has the business logic
3rd server has the Data Base
I have already built a test page for the 1st part, but don't know how to link it to the second.
Is there any documentation of how to build a three tier aplication with PHP?
I'm trying to avoid having an 'in between page' that says something like "processing..."
If this post needs more detail please let me know.