Announcement

Collapse
No announcement yet.

Linking Pages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: Linking Pages

    ok sori i need to do this step by step

    so i created an index page
    i saved it as index.bvp
    then i hit the publish button and in the folder box i typed in public_html/index
    is the above correct?

    Comment


    • #17
      Re: Linking Pages

      Originally posted by brianm
      ok sori i need to do this step by step

      so i created an index page
      i saved it as index.bvp
      then i hit the publish button and in the folder box i typed in public_html/index
      is the above correct?
      NO

      Save as index
      type is .bvp

      Publish to public_html - only


      index is the name of your page - not the directory in which you publish ....

      A directory is a folder, that will hold all of the pages you create and publish to .... in this case is named public_html

      and on you go ......

      VodaHost

      Your Website People!
      1-302-283-3777 North America / International
      02036089024 / United Kingdom
      291916438 / Australia

      ------------------------

      Top 3 Best Sellers

      Web Hosting - Unlimited disk space & bandwidth.

      Reseller Hosting - Start your own web hosting business.

      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


      Comment


      • #18
        Re: Linking Pages

        ok corrected that-now sould my index page be on the web?
        and what is the link that i would find it on?

        Comment


        • #19
          Re: Linking Pages

          You have either not made the changes to point your domain name to voda servers, or they have not yet propagated through go daddy ...

          your domain name is still parked ...

          Please scroll up through this thread and re-read and be certain you have done all of the above ...

          It is my understanding from you, the following is your domain name (url) (commonly known as well as, your address on the web)

          http://www.cletabriansilverwedding.com/

          VodaHost

          Your Website People!
          1-302-283-3777 North America / International
          02036089024 / United Kingdom
          291916438 / Australia

          ------------------------

          Top 3 Best Sellers

          Web Hosting - Unlimited disk space & bandwidth.

          Reseller Hosting - Start your own web hosting business.

          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


          Comment


          • #20
            Re: Linking Pages

            yes thats my domain name -
            would you have any idea how long it would take them to process the change in server names?

            Comment


            • #21
              Re: Linking Pages

              Ok sorry about that - i had made a mistake in the name servers but fixed it now
              alright now my index page is on the web.

              step two i guess:
              - now i have created an rsvp page the page consists of a form
              - as per the tutorials i understood that i needed to create a thankyou page as well
              so these are the steps i took:

              - I created a form on a page that i saved as form.php
              - in form properties my form name is RSVP, the action is thankyou.php, method is POST, and encoding type is mutlipart/form-data
              - within page proterties of my form page - my file extension is html
              - i then created a page save as thankyou.bvp
              - on my thankyou page, within page properties, my title is thankyou and my file extension is php
              - within page html of my thankyou page i inserted the following script:

              <script language="php">
              $email = $HTTP_POST_VARS[email];
              $mailto = "samy_71********.com";
              $mailsubj = "RSVP";
              $mailhead = "From: $email\n";
              reset ($HTTP_POST_VARS);
              $mailbody = "Values submitted from web site form:\n";
              while (list ($key, $val) = each ($HTTP_POST_VARS)) { $mailbody .= "$key : $val\n"; }
              if (!eregi("\n",$HTTP_POST_VARS[email])) { mail($mailto, $mailsubj, $mailbody, $mailhead); }

              - i inserted this script within the Inside Body Tag.

              am i on the rite track so far?

              Comment

              Working...
              X