php-install Digest 27 Mar 2003 18:03:43 -0000 Issue 1309
Topics (messages 10436 through 10436):
Problem
10436 by: Sandra Rius
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I have installed php 4.3.1 in my Apache server 1.3.2 as a server module abd the
operative system is Window 98. It works with my php scripts but, when I try to pass
variables to a php from another file or from the browser, php doesn't recognise the
variable.
For example, with a script like this: test.php
<html>
<body>
<?echo $var;?>
</body>
</html>
when I call it from a browser like this:
test.php?var=hello
I get a blank screen. I have tried this script in other php servers and it works
correctly. So maybe I have to load a specific module or parameter. Could somebody
help me ?
Thanks.
Sandra
--- End Message ---