I got some PHP scripts, one was a (keyword suggester - index.php, keyword.php download.php) to run on a site that I'm working on. I need the scripts to run inside a web page that I have pre-prepared.
I changed the htm page to a PHP page and added this code where I wanted the script to display - <?php include('path/to/your/index.php'); ?>
The index.php showed up on the page allowing me to enter a keyword. BUT when I press the submit button the next event does not display (ie:the suggested keywords)
How do I resolve this problem?
I changed the htm page to a PHP page and added this code where I wanted the script to display - <?php include('path/to/your/index.php'); ?>
The index.php showed up on the page allowing me to enter a keyword. BUT when I press the submit button the next event does not display (ie:the suggested keywords)
How do I resolve this problem?






