Hi
I am not good in PHP
but what I think u need is $_POST['value'];
example;
$id = $POST['yourname'];
$message = $POST['message'];
then in your html table email form
you would include eg:
Your Name: <input name="yourname" type="text" size="32">
Your Massge: <textarea name="message" cols="25" rows="5" id="message"></textarea>
$message ="Name:" .$id. "\n\n".$message."
===============================
I cant garante if it works or not ...
maybe one of them guys can correct me