Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. "Submit" Help...

"Submit" Help...

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
questionphphelp
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Katkot
    wrote on last edited by
    #1

    Hi, I developed a Courses Student System Management.. in PHP, I published it to web.. And all i want is, To got anything the user types in the Registeration Page.. how can i do it ? I mean, i want to get all the user details that he type in mywebsite..

    C 1 Reply Last reply
    0
    • K Katkot

      Hi, I developed a Courses Student System Management.. in PHP, I published it to web.. And all i want is, To got anything the user types in the Registeration Page.. how can i do it ? I mean, i want to get all the user details that he type in mywebsite..

      C Offline
      C Offline
      cjoki
      wrote on last edited by
      #2

      read up on $_POST and $_GET in the php docs.

      K 1 Reply Last reply
      0
      • C cjoki

        read up on $_POST and $_GET in the php docs.

        K Offline
        K Offline
        Katkot
        wrote on last edited by
        #3

        I know, i did it that way :) but i mean in my question: How can i send Form Data to my email :) ? (with the submit button)

        modified on Monday, August 30, 2010 12:26 PM

        K P 2 Replies Last reply
        0
        • K Katkot

          I know, i did it that way :) but i mean in my question: How can i send Form Data to my email :) ? (with the submit button)

          modified on Monday, August 30, 2010 12:26 PM

          K Offline
          K Offline
          Katkot
          wrote on last edited by
          #4

          oh got it, $emailadd \ \thanks anyway ! :)

          1 Reply Last reply
          0
          • K Katkot

            I know, i did it that way :) but i mean in my question: How can i send Form Data to my email :) ? (with the submit button)

            modified on Monday, August 30, 2010 12:26 PM

            P Offline
            P Offline
            Paul Guralivu
            wrote on last edited by
            #5

            the way I'd do it would be to redirect to a new page(could be blank, could redirect at the page before) that will take data from the form and send it to the email. PHP command: bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] ). More about this: here Paul.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups