Jump to content
xisto Community
Sign in to follow this  
BluePwNaGe

Php Script Help! [resolved] Need help with this php script

Recommended Posts

<?php //MySQL information MODIFY IT HERE. $db_name = "???????????????";  // Database Name $host = "?*?*?*?*?*?*?*?*?*?*?*?"; // Database host (probably won't change) $db_user = "??????????????"; // Database user $db_password = "?????????????"; // Database pass $site_url = "??*?*?*?*?*?*?*?*?*?";  // URL (make sure slash is at end) $clan = 'Clan (-)'; $clan_tag = '(-)';?>

 

The one with the Stars(*) and Question Marks(?) I do not know what to put there

but i do know what to put for the ones with only question marks.

 

can some one please help me ?

[hr=noshade] [/hr]

nvm i found it

Share this post


Link to post
Share on other sites

for future reference when you create a Mysql and are required to configure your php script you insert that database info. So if you get errors like MySQL not connected, that error is referring to the file above and that you need to connect the db with the php script.

Edited by Saint_Michael (see edit history)

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.