Jump to content

This topic is 7263 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a way to capture a url?

I would like to have a catch all for "name.domain.com", get filemaker to catch the url and and go to the appropriate record based on the first part of the url.

Posted

Is there a way to capture a url?

I would like to have a catch all for "name.domain.com", get filemaker to catch the url and and go to the appropriate record based on the first part of the url.

Posted

Is there a way to capture a url?

I would like to have a catch all for "name.domain.com", get filemaker to catch the url and and go to the appropriate record based on the first part of the url.

Posted

sorry I guess what I am asking for is there a way to get the users previous url that got them to the current page?

Posted

sorry I guess what I am asking for is there a way to get the users previous url that got them to the current page?

Posted

sorry I guess what I am asking for is there a way to get the users previous url that got them to the current page?

Posted

With PHP you can use:

$_SERVER['HTTP_REFERER']

From the PHP online manual:

"The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted."

Good Luck.

Garry

p.s. "User Agent" equals Browser.

Posted

With PHP you can use:

$_SERVER['HTTP_REFERER']

From the PHP online manual:

"The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted."

Good Luck.

Garry

p.s. "User Agent" equals Browser.

Posted

With PHP you can use:

$_SERVER['HTTP_REFERER']

From the PHP online manual:

"The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted."

Good Luck.

Garry

p.s. "User Agent" equals Browser.

Posted

in cdml it is [FMP-Link: CharacterCodes ]

Parameter(s)

First parameter: A series of letters, in any order, representing the parts of the URL to omit.

d - omit database section of the url

r - omit format file section of the url

l - omit layout section of the url

s - omit sort criteria section of the url

f - omit find criteria section of the url

m - omit max section of the url

k - omit skip section of the url

t - omit token section of the url

a - omit action section of the url

Posted

in cdml it is [FMP-Link: CharacterCodes ]

Parameter(s)

First parameter: A series of letters, in any order, representing the parts of the URL to omit.

d - omit database section of the url

r - omit format file section of the url

l - omit layout section of the url

s - omit sort criteria section of the url

f - omit find criteria section of the url

m - omit max section of the url

k - omit skip section of the url

t - omit token section of the url

a - omit action section of the url

Posted

in cdml it is [FMP-Link: CharacterCodes ]

Parameter(s)

First parameter: A series of letters, in any order, representing the parts of the URL to omit.

d - omit database section of the url

r - omit format file section of the url

l - omit layout section of the url

s - omit sort criteria section of the url

f - omit find criteria section of the url

m - omit max section of the url

k - omit skip section of the url

t - omit token section of the url

a - omit action section of the url

This topic is 7263 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.