Help needed, urgently!

kiko_friendly

New Member
I own a website, and I also want to put Wordpress onto it (hosting it at a site that can have a MYSQL database created). However, I am unable to create a MYSQL database on the other site. I was wondering what the code would be to get it to work on the site? Here is an example:

<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>

What would I need to change that URL to, to get it to work? I heard that it was something to do with the IP address, but I'm no good with PHP!
 

zkiller

Super Moderator
Staff member
you wouldn't change any of that.

follow the installation instructions for WP and you should be good to go. they are included with the download of WP if i recall correctly, but they can also be found on the WP site. if you need any help, you know how to get a hold of me. ;)
 
Top