Variables | |
| $to = $_GET['email'] | |
| $subject = $_GET['subject'] | |
| $message | |
| $headers = 'From: "BikeQuest" <bikequest@cs.brown.edu>' | |
|
|
|
|
|
Initial value: 'Someone has e-mailed you a Bikequest route. '."\n\n" .$_GET['subject']."\n\n" ."Click on the link below to view route:\n" .$_GET['link'] |
|
|
|
|
|
|
1.4.0