943,854 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1387
  • PHP RSS
Aug 17th, 2008
0

Want to Upload My php project what Next

Expand 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!
Similar Threads
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
atplerry is offline Offline
58 posts
since Jul 2007
Aug 18th, 2008
0

Re: Want to Upload My php project what Next

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.
Reputation Points: 10
Solved Threads: 5
Newbie Poster
hakimkal is offline Offline
20 posts
since Dec 2007
Aug 19th, 2008
0

Re: Want to Upload My php project what Next

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...
Reputation Points: 137
Solved Threads: 162
Posting Virtuoso
Shanti C is offline Offline
1,641 posts
since Jul 2008
Aug 21st, 2008
0

Re: Want to Upload My php project what Next

Click to Expand / Collapse  Quote originally posted by atplerry ...
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....
Reputation Points: 10
Solved Threads: 5
Newbie Poster
hakimkal is offline Offline
20 posts
since Dec 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: <>= ??? PHP Dates - Please assist.
Next Thread in PHP Forum Timeline: Installing PHPBIBLE





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC