what happens if you do the following?
<?php
$name = $_POST['FNAME'];
echo "::$name::";
$output = str_replace("<<FNAME>>", $name, $output);
?>
??
I tried that, but I know I can get the values from the $_POST array as per
John's email about using print_r($_POST) to see what was showing. And yes I
get the value I wanted in between the :: ::.
Thanks for trying though,
Anyone else have any ideas on this problem?
Thanks!
Wolf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php