Not sure where to post this, but ill try here.
When I add/include an clean javascript like this:
It looks nice and needy in my source, but sometimes I need to put some PHP inside the javascript and I then need to make my javescript PHP and include the script like this:PHP Code:echo '<script type="text/javascript" src="js/ajax.js"></script>';
This makes it viewable in my source and doesnt look nice... Is there another way to do this so the whole PHP javascript doesnt get into my source?PHP Code:include_once("js/ajax.php");
Thanks in advance...








Bookmarks