Using 4.2 build 1012 Licensed Pro version
Sent you an email but thought someone might have a quick answer for us in these forums.
We’re making a custom results page using php includes and are not able to view the results using php includes. We’ve looked at the faqs and forums and cannot seem to find a solution. If we go directly to the search page we do get results back if we point the linkbackURL to search.php or just take it out..
ie searching for “dealer” or “auto”.
Search works ok.going directly to . http://www.profitconcepts.net/new/search.php
The Settings file is currently set to $LinkBackURL = "http://www.profitconcepts.net/new/mysearch.php
We’re calling the search from this file with a header.php http://profitconcepts.net/new/mysearch.php also http://www.profitconcepts.net/new/compliance2.php
Any suggestions would be helpful to get the php include working
Thx
http://profitconcepts.net/new/mysearch.php
<body>
<?php include("http://profitconcepts.net/new/header2.php"); ?>
</p>
<?php include("http://profitconcepts.net/new/search.php"); ?>
Sent you an email but thought someone might have a quick answer for us in these forums.
We’re making a custom results page using php includes and are not able to view the results using php includes. We’ve looked at the faqs and forums and cannot seem to find a solution. If we go directly to the search page we do get results back if we point the linkbackURL to search.php or just take it out..
ie searching for “dealer” or “auto”.
Search works ok.going directly to . http://www.profitconcepts.net/new/search.php
The Settings file is currently set to $LinkBackURL = "http://www.profitconcepts.net/new/mysearch.php
We’re calling the search from this file with a header.php http://profitconcepts.net/new/mysearch.php also http://www.profitconcepts.net/new/compliance2.php
Any suggestions would be helpful to get the php include working
Thx
http://profitconcepts.net/new/mysearch.php
<body>
<?php include("http://profitconcepts.net/new/header2.php"); ?>
</p>
<?php include("http://profitconcepts.net/new/search.php"); ?>
Comment