PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   config of search tool/blank results page (http://www.phpdig.net/forum/showthread.php?t=2495)

jag7720 06-26-2006 07:36 AM

config of search tool/blank results page
 
When I do a search all I get is a blank results page.


I followed the example up to a point
This is where I am confused
function_phpdig_form.php doesn't seem to exist and I don't get the secoind part


Should this
Code:

if (is_file("$relative_script_path/includes/config.php")) {
look like this
Code:

if (is_file("$relative_script_path/includes/config.php")($relative_script_path != "./phpdig") &&) {
If so my search only returns a blank page.
Code:

* Set $relative_script_path = './phpdig'; in search.php, clickstats.php, and function_phpdig_form.php
* Add ($relative_script_path != "./phpdig") && to if statement
*****/


jag7720 06-26-2006 09:22 AM

Never mind... I figured it out... I was pointing the HTML "post" code to the wrong file.


All times are GMT -8. The time now is 12:45 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.