Jump to content

How to Show Internatonal Language(ARABIC) in Java Script


Sajesh Mohan

Recommended Posts

i am doing now a Dynamic polling system.

 

but it working perfectly. only issue is it is not supporting international language.

 

please help me...

 

<SCRIPT LANGUAGE="JavaScript" src="ajax.js"  >

</SCRIPT>

<div id="text"></div>

<SCRIPT charset="utf-8" language="javascript" type="text/javascript">

<?php

include("../Admin/dbconnect.php");

$aquery="select * from smp_quiz where ipoll='YES' ";

$aresult= mysql_query($aquery) ;

$arow=mysql_fetch_array($aresult);

$tm=$arow['tm'];

?>

getpoll('<?php echo $tm; ?>');

</SCRIPT>

 

 

thanks in advance

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.