nicuz
Newbie
Posts: 1
Registered: 5/14/2006
Location: Canada
Member Is Offline
|
| posted on 5/14/2006 at 09:21 PM |
|
|
Tigra scroller and PHP
I am trying to scroll a php script and I was wondering if this is possible with Tigra. I've just echoed something simple, but it did not worked:
'file': '',
'content' : ' <? echo "Hello World"; ?>',
'pause_b': 2,
'pause_a': 0
Any ideas?
Thanks
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/15/2006 at 11:23 AM |
|
|
that should work, but not in .js file. Either move the content of this .js file into the <script> tag inside the main (php) document or rename
.js file to .php file.
|
|
|