Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/04/2006, 08:17
Quinti
 
Fecha de Ingreso: agosto-2005
Mensajes: 6
Antigüedad: 18 años, 8 meses
Puntos: 0
es que, a ver, en html sale bien.

pero como paso las variables desde php, pues no sé cómo hacer

yo en el ar.php tengo lo siguiente:
<?
$msg['charset'] ='windows-1256';
$msg['htmldir'] ='rtl'; // Content direction LTR = Left to Right, RTL = Right to Left

$txt_iso= 'application/xhtml+xml; charset=windows-1256 ';
$txt_xmllang = 'ar';

$txt_presencontacto = '???? ?? xxxx.net';
$txt_titulopagcontacto = '??????';
$txt_titulopaggracias = '???? ??';
$txt_contactotit = '??????';
$txt_titleidiomaen = '????? ??????????';
$txt_titleidiomaes = '????? ?????????';
$txt_titleidiomagl = '??? ????';
$txt_contacto = '??????';
$txt_titlecontacto = '???? ?????? ?????';
$txt_nombre = '???? *';
$txt_email = '????? ?????????? *';
$txt_telefono = '????? ???????';
$txt_nature_mess ='??????? ?????';
$txt_mensaje = '?? ??????? *';
$txt_value = '????';
$txt_presengracias = '????';
$txt_correcto = '???? ??, ?? ????? ??????? ?????. ???? ?????? ???? ????? ??? <a href="<?=$redirect;?>">?????? ????????</a> page. ????? ????? ???? ????? ??? ????';
$txt_error = '??? ???, ???? ????? ??????? ?????????? ???????? ??????';
$txt_alertname = '???? "?????" ??????';
$txt_alertemail = '?????? ?????? ?????? ?????';
$txt_alertmessage = '???? "???????" ??????';
$txt_entercode = '???? ?????? ???? ????? ?? ?????? ( ????? ???? )';
?>

se os ocurre algo?