Results 1 to 5 of 5

Thread: php What does its stand for and what does it Do?
      
   

  1. #1
    Join Date
    May 2007
    Location
    Portugal
    Posts
    21

    Question php What does its stand for and what does it Do?

    Folks my question is on the title....
    What does php stand for ?
    And what does it do?

    What is it relation to forms within a page

    Thanks for the help

    Regards
    Paulo Jorge Figueiredo

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: php What does its stand for and what does it Do?

    php = hypertext preprocessor

    What does it do? It is a server side scripting language. It allows the server to carry out certain and specific functions. One happens to be the mailto function.

    In the instance of a form, the php script takes all the info entered into a form and then mail's it to your email address.

    Andy
    PHP- is a blast!

  3. #3
    Join Date
    May 2007
    Location
    Portugal
    Posts
    21

    Default Re: php What does its stand for and what does it Do?

    Andy

    Thanks for your Help. Now I got the concept but with the Tutorials I am confused:

    1- The Form has the info, logicaly should the php not be aplied on the html section of that form, why is it indicated that it should be placed on the html of the THANK YOU form.
    2- I have placed a thankyou form that is already published but I did no sindication or linked it to no other page. Now how is it suposed to be set up? ....I did all the steps one by one of the tutorials, and dont understand why the php is place on the Thank you form and how can we link one page to the other in what suposed to be the normal sequence...

    Thanks for your help by the way....!
    Paulo Jorge Figueiredo

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: php What does its stand for and what does it Do?

    Think of the form as a link, but instead of a normal link it also passes the values of the fields that are filled in. The php script needs to be places where the form links to when it is clicked. I hope that helps

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    Join Date
    May 2007
    Location
    Portugal
    Posts
    21

    Default Re: php What does its stand for and what does it Do?

    My Friend I have sent you and email. PLease accept best regards
    Paulo Jorge Figueiredo

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