Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 484
Message ID: 124
#124, RE: Fatbomb and PHP...
Posted by jeffhope on Jan-08-09 at 08:58 AM
In response to message #123
In the first example, you probably can't reference it that way. PHP is looking for an exact directory & file location, and you're giving it some input parameters to Fatbomb that it's treating as a file - so it can't find what it's looking for.

I'd change that to the http URL location of Fatbomb, with the input parameters, so that the Fatbomb CGI will be processed before PHP reads it. I'd also change it to use PHP virtual() instead of include(). That may not even work, and you may have to use file() or file_get_contents() on your particular server, depending on how PHP is configured.

The javascript stuff probably has to do with incorrect or unspecified relative and absolute file locations either in the Fatbomb skins, your HTML, or PHP.