Hi,
I'm trying to use variables submitted by a form to a php file. But php doesn't print the variables. I even tried including a variable inside the php page to see if it works but it didn't. I suspect it is a configuration problem. I'm not sure.
Here is my php code:
<pre>
<head>
<title>PHP test</title>
</head>
<body>
<?php
$name = 'Ali'
print("Hi $name");
?>
</body>
</pre>
I don't know that much about the configuration but I thought maybe "gpc_order"
order is responsible. It is set to "GPC".
If there is more information you need please e-mail me.
Thanks
PS: the server is Apache 1.3.9 on a Solaris system.