I ve had very much troubles installing.
apache + php + oracle 9i on my winxp computer.
I use php version 4.3.1
For some reason the parsing is not working :
for example :
on my first page :
<form name='test00' action='Test01.php' Method='Post'>
<input type = text size=20 name=name maxlength=20>
<input type='submit' value='Submit'></td>
</form>
on my second page :
echo $name;
On my portable with php version 4.0.3 and oracle 8i everything works fine.
what could be wrong ????????