How To Publish Php File That I Just Edited Back To My Website?
I used FTP program that is offered by default by GoDaddy and downloaded a file to my PC. After chaning this php file using MS Notepad, I uploaded it back on to my website’s back end, but don’t know how to make it so that the edited php file publishes on my website. Please help. Thanks.
Related posts:
- Php: How Can I Personalize The Uploaded Files By Users On My Website? I have a website that users with login information can...
- What Javascript Code Do I Use With Php To Show A File That Was Just Uploaded Onto The Page? I made a pretty basic PHP code to upload an...
- How To View Php Files In The Website After Uploading? i have created a website. I also uploaded php files...
- Is There A Way To Implement A Chat Using Php In An Https Website? i am planning to create a chat program by using...
- How Easy Is It For Someone To Download A Php File From A Website? My php page has all the important database information, so...
Related posts brought to you by Yet Another Related Posts Plugin.


May 4th, 2009 at 11:28 pm
If you uploaded it to the Public website section, it should be there… Just go to the page you are looking to see. If it doesn’t work, maybe you didn’t upload the right page, but the older page. Just uploading the file to the Public section generally makes the site viewable.
May 4th, 2009 at 11:28 pm
After changing, you should upload the PHP file back to the web space of your website. That is enough for publishing.
Sometimes, the web server does not refresh its cache frequently so that, it serves old page for some time. You can wait and check after some time if your website really works or not.
May 4th, 2009 at 11:28 pm
if you upload the edited php file, then it should replace the old file and it should work right away
May 4th, 2009 at 11:28 pm
If you FTP’d it back to the same place on the server it was before, it’s there and running.