I used the following code to get variable sent via a form but now I am wondering if I can get the variable names too so I can display it nicely in an email.
-MattPHP Code:<?php
if (isset($submit)) {
foreach($_POST as $i) {
print "$i<br>";
}
}
?>
|
Results 1 to 25 of 25
Thread: $_postThreaded View
|
Click Here to Expand Forum to Full Width |