Gossamer Forum
Quote Reply
variables?
Hi,

I want to use variables from other scripts in GP Link SQL and vice versa.
Other cgi scripts use $variable, but Links SQL uses <%variable%>.
How can I use globals in all scripts?

Cheers,
Sven
Quote Reply
Re: [SvenL] variables? In reply to
Hi,

I'm not sure if you can do what you want. Links SQL template system only understands <%variable%>, not $variable.

The sort of integration you are looking at requires some programming work.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] variables? In reply to
Can I use include_menu.html in an other script?
How
Quote Reply
Re: [SvenL] variables? In reply to
Other non-GT scripts??? Nope...you would have to bridge the other script with GT's central core of library modules...which would be complicated.
========================================
Buh Bye!

Cheers,
Me