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
*****/