PPRuNe Forums - View Single Post - PHP Mail() Query
View Single Post
Old 19th January 2008 | 23:00
  #7 (permalink)  
flash8
20 Anniversary
 
Joined: May 2004
: CPL
Posts: 965
Likes: 46
From: Ташкент
why not do the following:

on the form to be posted:

<input type="submit" name="submit" value="myvalue">


and on the page it post's to....

$value = $_POST['myvalue']; or $value = $_GET['myvalue']; (cant remember which one you need)

and then the code I mentioned....

anyway something like this... I really am an amateur at coding but I did play around quite a bit a few years back!
flash8 is offline  
Reply