you know, back in those days when we were using ASP we could actually use something like <%@ Language=JavaScript%>, so i could actually mix javascript and asp together to output an appropriate html.
I was wondering if PHP can accept any server side javascript?
Why can't i code directly with PHP? Because I need to call a function directly from Paj's MD5 encryption http://pajhome.org.uk/crypt/md5/ which seems to produce different results compared to php's MD5() function.
So it would be great if PHP could support server side javascript in this scenario.😕
edit : sorry, they DO produce the same results. I was trying to encrypt time and wrongly tested. But still, does PHP support server side javascript? In in case i need to call the MD5 function from the javascript.