On Sunday 09 February 2003 06:32, Paul wrote: > I'm working in a multitiered envoronment in development. I'd like to turn > globals off, but I can't figure out how to pass data back and forth between > machines. I'm sending data to a database machine using POST, and I can use > the data once it gets there, but I can't seem to get anything back. At the > moment I'm using a meta refresh statement to get back to the next page on > the web server on the originating machine (would like something more > elegant than this to go to the next page, but just getting some data back > is first on my list). Does such a thing as a tutorial exist for this?
Perhaps you could elaborate on what your setup is and what you're doing. For example, what do you mean by "sending data to a database machine using POST"? The usual method of accessing a remote database does not involve the use of "POST". -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* What this country needs is a good five dollar plasma weapon. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php