add these echo so we can see if there is anthing in them
[php]// Get values from form
$name=$_POST[‘listname’];
echo ‘listname = ‘.$_POST[‘listname’] .’
’;
echo ‘user_data = ‘.$user_data.’
’;
[/php]
add these echo so we can see if there is anthing in them
[php]// Get values from form
$name=$_POST[‘listname’];
echo ‘listname = ‘.$_POST[‘listname’] .’
’;
echo ‘user_data = ‘.$user_data.’
’;
[/php]