Newbies hjschaeffer Posted June 8, 2013 Newbies Posted June 8, 2013 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">
webko Posted June 12, 2013 Posted June 12, 2013 The link has been URL encoded - not sure exactly what the php around it looks like, but try wrapping it in urldecode urldecode($theimagelink);
Recommended Posts
This topic is 4437 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 accountSign in
Already have an account? Sign in here.
Sign In Now