asad_black Posted February 14, 2009 Share Posted February 14, 2009 hi i complete my project on PHP now i want to upload it on internet...! i have a domain...! and i want to upload on this site http://jugnoo.tv my project running on localhost succesfully. Project contain xml file and database of MySQL . Kindly reply me as soon as possible. Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/ Share on other sites More sharing options...
corbin Posted February 14, 2009 Share Posted February 14, 2009 FTP or what ever other method your host has allowed. Don't take this the wrong way, but you managed to code something in PHP and you can't figure out how to upload files? Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/#findComment-761863 Share on other sites More sharing options...
asad_black Posted February 14, 2009 Author Share Posted February 14, 2009 em using FTP Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/#findComment-761871 Share on other sites More sharing options...
ShoeLace1291 Posted February 14, 2009 Share Posted February 14, 2009 Find out what the dns of your webhosting account is. Then, you have to point your domain to that dns via your domain's control panel. After that, it takes 24-48 hours for the dns records to update. Note: You will need a web host. Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/#findComment-761912 Share on other sites More sharing options...
asad_black Posted February 14, 2009 Author Share Posted February 14, 2009 i have already a domain in PHP is enable. now i want to try to connect a database by following coding..! <?php $link = mysql_connect('myhostname', 'myusername', 'mypw'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_select_db('asad_black'); ?> i also upload the folder of my user name which is i was user on localhost..! Could not connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 104 Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/#findComment-761918 Share on other sites More sharing options...
icon33 Posted February 14, 2009 Share Posted February 14, 2009 who is you hosting company? Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/#findComment-761920 Share on other sites More sharing options...
asad_black Posted February 14, 2009 Author Share Posted February 14, 2009 who is you hosting company? multinet Link to comment https://forums.phpfreaks.com/topic/145152-solved-how-to-deploy-the-project-of-php-on-internet/#findComment-761923 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.