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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...