I have heard that PHP and javascript does not mix very well. Is that true? I have this javascript lines in my PHP script.
<script language="javascript">
selectOptions("vehicles", "Honda::SUVs/Van:😮dyssey", 0);
</script>
Is it possible to get these 5 values (vehicles, Honda, SUVs/Van, Odyssey, 0) from a mySQL database (with the help of PHP) instead of being hardcoded into the javascript like above?