I unzipped wordpress
I changed the config file to the right info
I saved it as wp-config.php
I opened up the ReadMe html and hit the link to Open /wp-admin/install.php in your browser
And the page had php all over it - it just looked messed up this is what is said at the top of the page:
-------------
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress › Error"); } require_once('../wp-config.php'); require_once('./includes/upgrade.php'); if (isset($_GET['step'])) $step = $_GET['step']; else $step = 0; header( 'Content-Type: text/html; charset=utf-8' ); ?> >
-------------
can anyone help me out?