I removed the apache rpm, php rpm, and mysql rpm.
Then I installed all three manually and they seem to work okay! That was a good lesson for me! That part is resolved.
No I have a new problem -
my index.php loads fine it even processes the mysql queries in it. However, I have some code that links to a query for instance:
<a href=$PHP_SELF?pedigree=$reg_num>
if ($pedigree) {
....
}
The address bar shows the correct address (http://localhost/index.php?pedigree=333756), but the new page doesn't. It just blinks once and shows what it always has - index.php
any idea whats going on here?