• Home
    • Contact Mr. B
  • Grades
  • Classes
    • Web Design
    • Tech Disc
    • Digital Media
    • Investment Club
    • Journal Questions
  • Tutorials
    • Flash CS3 Video Tutorials
    • Adobe.Com Tutorials
    • WebSiteLite
    • Google Sites
  • Forum
  • Student Portfolio's
    • Star Student
  • 0

Journal Topics

  • 005 - Strengths and weaknesses
  • 004 - Favorite Class
  • 003 - About You
  • 001 - First Impression
  • 002 - Class Choice

Star Students

  • Web - Team Competition (geekland)
  • Web - Small Group Project (MJC Retail)
  • nicklegotte.net
  • Skylerlittlefield.com

Web Design - Passing .php form data

View this link to see an example of the code used to pass form data from one page to another and to send via e-mail.

Passing .php form data example


PHP code used to collect form data using the POST method
$camera_price = $_POST['camera_price'];

PHP code used to collect form data using the POST method and place it in a hidden form field
<?php echo $_POST["camera_price"] ?>

PHP code used to collect form data using the POST method and place it in a hidden form field
$to = "anyemail@hotmail.com";
$subject = "cameraworld.com order";
$body = "Place text and variables here to be sent via e-mail";
$headers = "Order Form";
mail($to, $subject, $body, $headers);

< Prev   Next >

Important News

  • Email and Google Docs account
  • Extra Credit!
  • Grades are Online
  • New Software
  • Journal Entries

Recent Posts

• Adobe.Com Forum Posts

Member Login

  • Forgot your password?
  • Forgot your username?
Designed By
Powered By