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.

Issues in filemaker & PHP Integration

Featured Replies

Hi Filemaker Lovers,

I am having the below doubt -- can any one help me please,

I am going to create a website in php and which is going to be controled by filemaker CMS

application. For this, I have the below doubt,

1. We can able to bold/italic the text selected using the filemaker format options. But, when

I am showing this in web via PHP -- it shows the text normally without formatting.

Kindly can any one help me please -- how to achieve this ?

Thanks in advance..

Hari

If you're developing a web site, you need to learn a little HTML and CSS to go along with the PHP. The old school way to put something in italics is to wrap it in the the italics tag

this is in italics or

this <?=$my_php_variable?> in italics

the preferred method these days is to use style sheets

in italics
on your page and

div.italics {

font-style: italic;

/* other style data */

}

in your included style sheet file (project_styles.css).

A little googleing should get you a all the help you need

  • 3 weeks later...

Create a calculation in your FM table using the GetAsCSS(text) function... where text is the field that contains the formatted entry.

In you PHP/FileMaker routines, refer to and display the calculated field. Almost all formatting (Bold, italic, font, color, etc) will display as entered with formatting preserved.

Edited by Guest

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.