November 30, 200619 yr I'm trying to use php to create a nicer URL for an IWP-enabled database. Such code works well to show the contents of the required URL without giving away the address of the URL you're showing: <?php require("http://233.163.343.130:16080/fmi/iwp/cgi?-db=RT_Restaurants&-loadframes"); ?> It doesn't work though, I get the dreaded PHP white page of death. Any ideas why ? or is there some other way to create a nicer short, rememberable URL ? thanks. p.s. I'm running Filemaker Server 8 Advanced
December 11, 200619 yr Author <?php header("location:http://IPaddress:16080/fmi/iwp/cgi?-db=databasename&-loadframes"); exit; ?>
Create an account or sign in to comment