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

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

Recommended Posts

  • Newbies
Posted

I have an older filemaker database that was converted from filemaker pro 6. We have been converting the CDML to use php code. I'm having trouble pulling images from the container objects with this database. I've set up the questionnaire demo and it works fine. So I know there is nothing wrong with my configuration and that my containerbridge.php code works. Any ideas of what the differences in the database might be. Here is the broken image string I'm getting is:

 

<img src="BLContainerBridge.php?path=%2Ffmi%2Fxml%2Fcnt%2FUntitled.pct%3F-db%3DBig_Lake_Database%26amp%3B-lay%3DChemical%2520%26amp%3B%2520Physical%26amp%3B-recid%3D10%26amp%3B-field%3DDOGraph%281%29">

 

 

Posted

The link has been URL encoded - not sure exactly what the php around it looks like, but try wrapping it in urldecode

 

urldecode($theimagelink);

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