jalea148 Posted June 30, 2007 Share Posted June 30, 2007 ??? My ultimate plan is to have a form on page1 with an action to post to a page on a different server and redirect to page2 on the original server. Data from the form on page1 will pass to a form on page2. As a result, I can’t use the $_POST[‘…’] to capture the data on page2. I expect to use Session Variables. Since I’m not that familiar with PHP and Session Variables I decided to do a simulation where I go directly from page1 to page2. Both pages are created and page2 resides on my server. From my test server on my pc at home I ask Dreamweaver 8 for a Preview in Browser. This works perfectly – page2 on the server displays the correct data passed from page1 on the test server. Next, page1 is placed on the server and its permissions adjusted (777). The test is repeated on the server and no data is passed??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.