Help php and flash

Can somebody help?
i’ve been trying everything but it just doesn’t work!

here is the code:


<?php

require_once('../classes/c_debug.php');

$debug = new c_debug( "menu" );
$debug->debug('error', "het is me ook wat" . "
" );
$php_taal = -1;
if( isset( $_POST['taalid'] ) && $_POST['taalid'] != "" )
{
    $php_taal = $_POST['taalid'];
} 

$php_menu_typeid = -1;
if( isset( $_POST['menu_typeid'] ) && $_POST['menu_typeid'] != "" )
{
    $php_menu_typeid = $_POST['menu_typeid'];
} 
  
$menu_message = "&php_taalid='" . $php_taal';
$menu_message .= "&vars_loaded=1";
$debug->debug('error', 'the message is:' . $menu_message . "
" );
print $menu_message;
?>


in the debug file the message is:
&php_taalid=-1&vars_loaded=1

but when i trace the variabels in flash i get:

php_taalid =’" . $php_taal;
print "’