Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Author

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.

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.

  • Author

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.

If you are using CDML you can use: [FMP-ClientAddress]

If you are using FX/PHP you can use: $_SERVER['REMOTE_HOST']

All the best.

Garry

If you are using CDML you can use: [FMP-ClientAddress]

If you are using FX/PHP you can use: $_SERVER['REMOTE_HOST']

All the best.

Garry

If you are using CDML you can use: [FMP-ClientAddress]

If you are using FX/PHP you can use: $_SERVER['REMOTE_HOST']

All the best.

Garry

  • Author

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?

  • Author

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?

  • Author

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?

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.

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.

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.

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

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

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

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.