Creating new databases

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]

Sponsor our Newsletter | Privacy Policy | Terms of Service