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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.