Page 1 of 1

Problem in deploying application.

Posted: Thu Jul 31, 2008 4:42 pm
by adnanqureshi
Hi, I am having problem with my application.
application works fine if i am running it on my local system (IIS - Php redictor), however on deployment on shared server, application not posting any data from one page to another.

Please help !!!!!!

Re: Problem in deploying application.

Posted: Thu Jul 31, 2008 8:57 pm
by califdon
adnanqureshi wrote:Hi, I am having problem with my application.
application works fine if i am running it on my local system (IIS - Php redictor), however on deployment on shared server, application not posting any data from one page to another.

Please help !!!!!!
You'll need to tell us more. On the new server, are other php scripts running properly? If it is only the posting that is not working, show us the code for your Form and for the script that is supposed to receive the Post data.