Define, constant, quote, double quotes....driving me crazy! Help!

Define, constant, quote, double quotes....driving me crazy! Help!

am 05.11.2007 22:18:07 von SM

Hello
i have a constant define like this
define('PHOTOGRAPHY', 'images/photography/');

The outpout (html) should look like this:


How do i insert a constant in an HTML tag. I've try dozens of
combinations with no results.

Here' part of the code
....




....

thanks

Re: Define, constant, quote, double quotes....driving me crazy! Help!

am 05.11.2007 22:31:33 von Good Man

SM wrote in news:1194297487.340586.115990
@v23g2000prn.googlegroups.com:

> Hello
> i have a constant define like this
> define('PHOTOGRAPHY', 'images/photography/');
>
> The outpout (html) should look like this:
>
>
> How do i insert a constant in an HTML tag. I've try dozens of
> combinations with no results.
> Here' part of the code
> ...
>


>
>



If you define a constant, you'll certainly need to use it later on, it will
not magically appear.

Re: Define, constant, quote, double quotes....driving me crazy! Help!

am 06.11.2007 05:13:22 von nc

On Nov 5, 1:18 pm, SM wrote:
>
> i have a constant define like this
> define('PHOTOGRAPHY', 'images/photography/');
>
> The outpout (html) should look like this:
>

You mean, ?

> How do i insert a constant in an HTML tag.





Cheers,
NC