Skip 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.

Populating FileMaker data in Php

Featured Replies

Hello Guys,

In Php page I am displaying the content from FileaMaker database.

Where as the [color:red]part of formated text in Filemaker field which is stored is lost on php page.

I need to get the formatted text displayed in php page as it is in FileMaker field.

Awaiting for ur replay

If I understand you correctly, you have a text field with rich text formatting and you want the formatting to bleed through to the web.

Let's say your text field is called "Description" - in FileMaker, make a new calc field called "Description CSS" with the following formula:

GetAsCSS ( Description )






Then, add Description CSS to the FileMaker layout that you are pointing your PHP query at.



Then, in the PHP page where you are doing the query, you'll need to change this:




$record->getField('Description');




to this:




$record->getFieldUnencoded('Description CSS');

HTH,

j

  • Author

Awesome! It works....

Thankyou JothanStark.

Edited by Guest

I love it when a plan comes together ;-)

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.