Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • 3 months later...
Posted

The technique you have described can be done, but you will have to escape each of the " characters when storing the HTML markup as a text string.

This looks something like: "http:www.page.com"

After the code is stored in your database the Web Page can be built dynamically from within a PHP page using the getField() API function and the PHP ECHO command.

Hope this helps.

Posted

Use getFieldUnencoded();

getField() will HTML encode the string, getFieldUnencoded() will not -- this is a security feature.

This topic is 5230 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.