+ Reply to Thread
Results 1 to 17 of 17

Thread: How to save as a PHP (I think this is what I am doing wrong)
      
   

  1. #1
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default How to save as a PHP (I think this is what I am doing wrong)

    I have read and re-read the form wizard tutorial, I have read and searched for the answer on this forum and I think everyone seems to be having the same problems as me. I am not very computer literate and as it has been a while since I updated my company website I thought I would try to add a "contact me please box". I am begining to wish I hadn't started it.... Could somebody please help me. This is what I have done...
    1.. I have designed the page with the form on it using the wizard.
    2.. I looked at the page properties (as suggested on another thread) and it says "file extension php" (Used when this file is published).Does this save the page as a PHP file ???
    3.. I added my email address into the wizard to forward the details in the form to me.
    4... I added the "Thank You" page into the wizard.
    5.. I added the link to the part of the page that my visitors can click on to take them to my form.
    6.. I saved the page.
    7... I uploaded the page.
    All I get is an error message when they click on the "Contact Form" link.
    I know it is my ignorance that is causing these problems but I really don't know or understand what I am not doing or probably more to the case what I am doing wrong.
    Please can a very patient person help me.
    Thanks
    Stuart

  2. #2
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Quote Originally Posted by Stulew View Post
    2.. I looked at the page properties (as suggested on another thread) and it says "file extension php" (Used when this file is published).Does this save the page as a PHP file ???Stuart
    Hi Stuart,
    Yes this will save the page as .php

    Cheers,

  3. #3
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Andrew... Why is my form not linked to my website then?
    All i get is an error message.

  4. #4
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    A link for one of the pages is as follows
    http://affordableboilers.com/solar1.html
    and then when you click on the "Book an appointment online" link the error message appears.

  5. #5
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Stu,
    On what page on your site will I find the link to your form? or form URL.

    Cheers,

  6. #6
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Andrew..
    I think you posted at the same time that I posted the link.
    See above.

  7. #7
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    I must have been typing while you were posting LOL
    The Problem is your link ends with .html and it should be .php as i had a look at your form page now by changing it.

    Cheers,

  8. #8
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    The link for the page with the form is..
    www.affordableboilers.com/bookingpage1

  9. #9
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Stu

  10. #10
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    I will try that and report back.
    Should the php be in Caps or lower case?

  11. #11
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Stu,
    Have you uploaded your 'success' or 'thank you' pages yet? As i received a error after sending a test to you.

    Cheers,

  12. #12
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Quote Originally Posted by Stulew View Post
    I will try that and report back.
    Should the php be in Caps or lower case?
    .php (lower)

  13. #13
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Andrew.
    Success... Hooray.. Thank You So Much.
    Yes I have uploaded the Thank You page. How do I check that the link from the form to that page is correct because I got the same error message?

  14. #14
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    You might be picking up the previous incorrect page via cache (push>> ctrl F5) as I have picked up your changes and the form openned.
    Cheers,

  15. #15
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Stu,
    If I 'mouse over' your 'send' button I see /bookingpage1.php as the link or action. I don't think this is correct as it should be an action, someting along the lines of: (<echo($_SERVER['PHP_SELF']);?>)
    Cheers,

  16. #16
    Stulew's Avatar
    Stulew is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    London, England
    Posts
    45

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Andrew..
    I am receiving the information via my email, just not getting the Thank You Page.
    I will have a play around tonight and report back tomorrow.
    Thanks for all your help so far.
    Kindest Regards
    Stuart

  17. #17
    PlayItByBeer's Avatar
    PlayItByBeer is offline Lieutenant Colonel
    Join Date
    Mar 2007
    Location
    Port Elizabeth, South Africa
    Posts
    653

    Default Re: How to save as a PHP (I think this is what I am doing wrong)

    Stu,
    I found your thank you page it's: http://www.affordableboilers.com/thankyou.php check that you have:
    Success URL: http://www.affordableboilers.com/thankyou.php

    Cheers,

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49