for some reason, apache will not see php on my machine, it just doest display anything thats php, any ideas?
Have you added the LoadModule,AddType and AddHandlers directives?
LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-php .php
AddHandler php4_module .php
Depending on your own config, of course.