divz2 Posted February 25, 2009 Report Share Posted February 25, 2009 Hi, I just installed WAMP and got php,apache and sql all setup. Its all working now but I am having problems with the forms (in php) being dispayed on the website. I made changes to php.ini as follows: [mail function] ; For Win32 only. SMTP = my_smtp smtp_port = 25 ; For Win32 only. sendmail_from = my_email_address Also I added the following lines to the php in my form. ini_set("SMTP","divyam@olympicsupport.com"); ini_set("sendmail_from","divyam@olympicsupport.com"); All this has helped to make the forms work on localhost but when I upload the form onto my website, it is not bringing up anything. It just brings a blank page. Can anyone please help me with this problem. Any help is very much appreciated. Thank you very much. Quote Link to comment Share on other sites More sharing options...
divz2 Posted February 25, 2009 Author Report Share Posted February 25, 2009 Hi Everyone, Sorry but I just realised that it is not just forms I am having problem with!! I am not able to view any pages on my website (if I make changes and upload them now) after making the above mentioned php changes. I am totally clueless about what the problem is... Can anyone please help me with this. Thank you. Quote Link to comment Share on other sites More sharing options...
Scripted Posted February 26, 2009 Report Share Posted February 26, 2009 Check your host / localhost (if you're running on your machine) Make sure IIS is on. hope this helps Quote Link to comment Share on other sites More sharing options...
divz2 Posted February 27, 2009 Author Report Share Posted February 27, 2009 Thank you guys for all your help. It is working now. There was some problem with the host!! As I uploaded wamp at the same time I got confused and thought the problem might be with the way I configured it. Thank you all anyway. 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.
Note: Your post will require moderator approval before it will be visible.