divz2 Posted February 25, 2009 Report 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.
divz2 Posted February 25, 2009 Author Report 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.
Scripted Posted February 26, 2009 Report Posted February 26, 2009 Check your host / localhost (if you're running on your machine) Make sure IIS is on. hope this helps
divz2 Posted February 27, 2009 Author Report 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now