Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Variable within a variable?

Quote Reply
Variable within a variable?
 I guess that is what I am asking, how could I get this to work? I am using a Global Andy wrote to be able to include files in dynamic pages, so thats not the problem.

This works

<%php_dynamic_detailed('http://127.0.0.3/php/image.php?id=1')%>

this doesn't

<%php_dynamic_detailed('http://127.0.0.3/php/image.php?id=<%ID%>')%>

It prints out .....image.php?id=<%ID'')%>

Last edited by:

garrynz: Jul 2, 2005, 6:54 AM
Quote Reply
Re: [garrynz] Variable within a variable? In reply to
Yah <%php_dynamic_detailed("http://127.0.0.3/php/image.php?id=$ID")%> :)