it-bergmann
07-18-2007, 06:52 AM
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
Hi,
I like to add a PHP script to one tab.
Because of the PHP script includes some javascript code I save the javascript part to an other document.
It works fine but there's one problem I can't solve:
In the javascript I get one variable by PHP
eg. for(i=0;i<<?php echo $maxvalue?>;i++)
As long as the javascript code was included in the PHP site it was no problem - but now it do not work anymore for sure.
Any idea how to make it work? Is there a way for?
Thanks,
Andre
Hi,
I like to add a PHP script to one tab.
Because of the PHP script includes some javascript code I save the javascript part to an other document.
It works fine but there's one problem I can't solve:
In the javascript I get one variable by PHP
eg. for(i=0;i<<?php echo $maxvalue?>;i++)
As long as the javascript code was included in the PHP site it was no problem - but now it do not work anymore for sure.
Any idea how to make it work? Is there a way for?
Thanks,
Andre