Is there any way to fake Javascripts with PHP scripts... Suppose I have a .php file on my server, which, when called for with <script> tag from any other HTML page in the world, shall be parsed by my server and return some JavaScript functions that were dynamically generated...
refereing to a .php file is no problem if it sontains no PHP code 🙂 but one I put the PHP tags in, I get a syntax error when call this file... any suggestions?