Problem in deploying application.

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
adnanqureshi
Forum Newbie
Posts: 1
Joined: Thu Jul 31, 2008 4:39 pm

Problem in deploying application.

Post 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 !!!!!!
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Problem in deploying application.

Post 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.
Post Reply