Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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. :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...