Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Confused! #1
Issues With URL
Hi everyone,
I'm making a small site where users can make a profile. I know how to input
data to the database and i know how to use a template to load the specific
information into the page if a user clicks a link to that particular page BUT
my problem lays in the URL. Basically I need to be able to load a users profile
into the template if someone types in the address bar of a browser for example
[url]www.something.com/some_user_profile[/url] .
So my question is, how can I make my application know that the url typed in
the address bar will load the specific file into the template?
I really need help on this, so any advice is much appreciated.
Thanks in advance!!!
Confused! Guest
-
CSS Issues
For our site, we use a custom tag that defines the header and footer for the page. In the header the stylesheets are called. The problem is, in... -
IE Issues
Hello, This is a little off topic but I do need some help. I have had IE 6 for about a month now (just got a new computer in June and have been... -
FH 9 issues
Can you add a border to a photo in FH9 once it's inserted into a project...or do you have to go back to the original in another app (FW 4) and add... -
[PHP-DEV] ZTS issues
From: Michael Sisolak Here's the updated patch for that stuff http://www.ctindustries.net/patches/zts-php5-20031120.diff.txt Also fixes an... -
XP PRO has WEP issues
Kerby Krien wrote: Disable Wireless Zero Configuration service. Enter the WEP passcode and key cyphers manually. Q -
dempster #2
Re: Issues With URL
Usually you would call a page in this form:
[url]www.something.com/showprofile.cfm?profile=some_user[/url]
Your ColdFusion program will have a variable called URL.profile that will have
the value "some_user".
You could also call it in this form:
[url]www.something.com/showprofile.cfm/some_user[/url]
The CGI variable PATH_INFO will have the value "/showprofile.cfm/some_user".
You can treat this as a list with "/" delimeters and get the last element of
the list as your query string.
Using the path also has limitations - I believe you can only pass a simple
value. You'd have to experiment.
-Paul
dempster Guest
-
Confused! #3
Re: Issues With URL
Hi,
Well, that kind of made a little sense but I think I'll need a further example
if it's at all possible. Sorry for the annoyance!! If you or anyone else for
that matter understand what I'm going on about it'd be good if you could give
further light on the matter.
Thank you for replying and thanks alot more in advance!! Cheers.
Confused! Guest
-
Fernis #4
Re: Issues With URL
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=2addd247[/url]
[url]http://www.doughughes.net/index.cfm/page-blogLink/entryId-37[/url]
Fernis Guest



Reply With Quote

