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.

Hyperlinking from a FileMaker PHP Field

Featured Replies

  • Newbies

Can anyone please help with this which sounds simple...? I am displaying record details of a FileMaker record using php api. I would like one of the fields in a record to be a hyperlink to the field's contents which is a URL of a pdf document. This is my base code without the appropriate hyperlink. The actual FMP field name of the URL is httpForm.

<?php echo $record->getField('Form'); ?>

Edited by Guest

  • 3 weeks later...

It's not clear from you question whether or not you are storing the raw HMTL in FileMaker or if you are trying it compose it in the PHP based on FileMaker data. If you are storing HTML in FileMaker, you need to use getFieldUnencoded() instead of getField().

Make a calculation containing all necessary PHP scripting for links.

Publish this field via PHP API and you get result - link

  • 1 month later...
  • 2 weeks later...

@jonathanstark

Just wanted to say thanks for the tip about accessing unformated data through PHP. That was great and really helped me.

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.