View Single Post
Old 01-25-2008, 04:25 PM   #5 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,686

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: PHP: How to modify a downloaded JavaScript code and partly change the code within

I'm not real hot with it either.

Something like...
Code:
<script type="text/javascript">var filmToTaal = 'blah blah';</script>
<?php

$filmToTaal = '<script type="text/javascript">document.write (filmToTaal);</script>';

?>
That will assign $filmToTaal to the Javascript variable filmToTaal. Then you can do whatever you want with it in PHP.
__________________

Need website help? PM me!
CrazeD is offline