On the main site the code works : <?php
Remotely accessing a php file
5
On the main site the code works :
<?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
<?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
- SteveJohnson
- [ 1 ] Thanks
- imarketstuff
- [ 1 ] Thanks
- scotl47
- majick
Next Topics on Trending Feed
-
5