Hi Scripters,
I just installed a newer Ubuntu Distro and my dataBase readouts stopped working.
I tried a simple test
URL/TestForDb.php?dBase=RENJ&Name=Test without success
and also tried the same as a FORM with both GET and POST
Any ideas why php would stop accepting data sent to it ?
Code:
<HTML><head><TITLE>Test Access</TITLE></head>
<Body>
<h1>Testing</h1>
<?php
print "dBase=[$dBase] Name=[$Name]\n";
?>
</Body></html>
All I get is:
Testing
dBase=[] Name=[]
Thanks,
Nickalf. . .