Page is a not externally linkable
neiljones - 12:47 pm on Jan 12, 2005 (gmt 0)
The php on my desktop is as it comes out of the box with Suse linux. All I have to do is start up apache and it works(mostly). To explain the problem I have two cutdown programs. <?php Program 2 <?php $url=$_GET['pass']; When I run them on the server the value of $pass is populated when I run it on the desk top it isn't What do I need to change on my desktop machine?
I am working with two installations of PHP.
One is on a server on which I rent space. The second is on my linux machine on my desk.
I am writing a program on my desktop machine because the facility to access remote webpages as files is not available on the server.
Program1
?>
<a href="two.php?pass=http:"> link <a><br>
print "two.".$pass."end\n";
?>