Re: Internal Page Links with CF

2008-11-12 Thread Marc Raber
correct.  thanks for the help.

- Original Message - 
From: "Charlie Griefer" <[EMAIL PROTECTED]>
To: "cf-talk" 
Sent: Wednesday, November 12, 2008 12:57 PM
Subject: Re: Internal Page Links with CF


> Since #name# is a variable in this case, I'm assuming it's inside cfoutput
> tags.
>
> On Wed, Nov 12, 2008 at 9:52 AM, Wil Genovese <[EMAIL PROTECTED]> wrote:
>
>> You only need to escape pound signs when inside CFOUTPUT tags.
>>
>>
>>
>> On Wed, Nov 12, 2008 at 11:41 AM, Marc Raber <[EMAIL PROTECTED]> wrote:
>>
>> > sorry for the question as i know i have read it before but can't
>> remember.
>> >
>> > in CF, when i want to have internal links - like  but
>> name
>> > is a variable: 
>> >
>> > how do i do without the ## that messes up the output?
>> >
>> > thanks
>> >
>> >
>> >
>>
>>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315155
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Internal Page Links with CF

2008-11-12 Thread Marc Raber
sorry for the question as i know i have read it before but can't remember.

in CF, when i want to have internal links - like  but name is a 
variable: 

how do i do without the ## that messes up the output?

thanks 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315150
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Help with cgi server

2008-10-24 Thread Marc Raber
i've created a table in my db that allows the header and footer to adjust 
depending on the subdomain.  basically the code calls:


SELECT *
FROM Partners
WHERE URL = '#cgi.server_name#'


it is recognizing the root domain (www.domain.com) but getting a page not found 
error when dealing with any of the subs.  do i need my hosting company to make 
any adjustments to accommodate subdomains (#url#.domain.com) 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Help with cgi server

2008-10-24 Thread Marc Raber
i've created a table in my db that allows the header and footer to adjust 
depending on the subdomain.  basically the code calls:


SELECT *
FROM Partners
WHERE URL = '#cgi.server_name#'


it is recognizing the root domain (www.domain.com) but getting a page not found 
error when dealing with any of the subs.  do i need my hosting company to make 
any adjustments to accommodate subdomains (#url#.domain.com) 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314371
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4