Want to Upload My php project what Next

Reply

Join Date: Jul 2007
Posts: 55
Reputation: atplerry is an unknown quantity at this point 
Solved Threads: 3
atplerry atplerry is offline Offline
Junior Poster in Training

Want to Upload My php project what Next

 
0
  #1
Aug 17th, 2008
i have a simple php project that i have completed i want to upload it to the server i want to know what are the file that i need to upload
Cos i use wampserver and my file are in the www root folder is it the www root foder that is housing the php file that a sending OR What!
More so i use php file my databases do not have password how can i configure my mysql to be password enable rather than been blank!
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 19
Reputation: hakimkal is an unknown quantity at this point 
Solved Threads: 4
hakimkal hakimkal is offline Offline
Newbie Poster

Re: Want to Upload My php project what Next

 
0
  #2
Aug 18th, 2008
atplerry,
I am not exactly certain what you have, however it is simpler if you had created a directory(folder) inside your www root directory so you dont have to copy the www folder.

If for instance, you have a folder called:
"my_new_project" inside the www root folder, all you need do is copy the folder out of your www and send to the deploying server.

Hint: it is a better way of organising projects.
Please if you have to do this reorganisation, please take note of your external links in the various scripts, so you don't get frustrating error messages.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,071
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: Want to Upload My php project what Next

 
0
  #3
Aug 19th, 2008
yes,you should create separate folder like "myproject" to your project...and put all the content of your project in that...and make subfolder in your "myproject",if you have administating area...if you use database,then check it in different systems...
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 19
Reputation: hakimkal is an unknown quantity at this point 
Solved Threads: 4
hakimkal hakimkal is offline Offline
Newbie Poster

Re: Want to Upload My php project what Next

 
0
  #4
Aug 21st, 2008
Originally Posted by atplerry View Post
i have a simple php project that i have completed i want to upload it to the server i want to know what are the file that i need to upload
Cos i use wampserver and my file are in the www root folder is it the www root foder that is housing the php file that a sending OR What!
More so i use php file my databases do not have password how can i configure my mysql to be password enable rather than been blank!

To create a password in mysql: invoke your mysql Consolw from your WAMP Server tray menu and hit the enter key. Thus would display a welcome screen since you don't hava a password.

type the following line:
UPDATE mysql.user SET Password = PASSWORD("your_password") WHERE User = 'root' ;

then type:
FLUSH Privileges;

type quit;

if you have done this well, the next time you start your mysql Console, you have to enter your new password.

To Use PhpMyadmin you have to go and set your root password in the PhpMyadmin Config Folder....
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC