Hello good day,
My name is Marcela, I`m from Colombia (south America), I´m studying electronic and telecomunication engineer, I´m working on XML and JScript. I need to know!! ¿How do I integrate php code with javascript code,... as follow:
<script language="JavaScript">
<?php
$t = ("Hola");
echo $t;
?>;
</script>
...and I need to pass some variable from php to javascript, help please!!
Best regards,
Marcela