
Remotely accessing a php file
<?php
$keyword = preg_replace("/_/",' ',$_REQUEST["keyword"]);
?>
<? include_once("/keywords.php"); echo " $keyword1 "; ?>
And pull a random keyword.
Instead of loading the keywords.php file multiple times, and changing multiple times when there are additions, can I remote access the keywords.php file from another website?
Thanks
The 2nd Amendment, 1789 - The Original Homeland Security.
Gun control means never having to say, "I missed you."