Sajesh Mohan Posted October 16, 2011 Share Posted October 16, 2011 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 Link to comment https://forums.phpfreaks.com/topic/249204-how-to-show-internatonal-languagearabic-in-java-script/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.