Jump to content

divz2

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by divz2

  1. 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.

  2. 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.

  3. Hi,

    Thanks a lot for all your replies. Php/IIS/Mysql have been setup correctly but I am not able to point the localhost to the correct address. When I type in http://localhost/ it is bringing up another website page(which is located on my pc).

    I dont know if my question is clear.

    Can anyone please help me how to point the localhost to the new folder where I uploaded php/mysql?

    Thanks a lot.

  4. Hello,

    I am new here and also completely new to php/mysql/phpmyadmin.

    I am struggling with setting up the above tools. :(

    I installed php and made changes to the code based on the instructions given on this link : http://www.kidslovepc.com/php-tutorial/install-php-phpmyadmin.shtml

    But when I try to run http://localhost/test.php,'>http://localhost/test.php, it is giving 404 Not Found error.

    When I type in http://localhost/ it is bringing up another website page(which is located on my pc). I am not sure how to change the IP address of the localhost.

    I am new to all this so any help would be very much appreciated. Thanks a lot.

×
×
  • Create New...