Home > Archive > PHP DB > March 2006 > Re: [PHP-DB] Can't Replace File on the Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DB] Can't Replace File on the Server
|
|
|
| kc68@cornell.edu wrote:
> I sent an update to a php script to the server but the page in the
> browser didn't change. Viewing the file on the server shows the new
> script. I changed the file name on the hard drive and sent it to the
> server and the browser didn't find the newly-named file, though I see
> that the newly-named file is on the server.
It sounds like you're uploading to the wrong location.
Are you uploading the new script into the public_html or httpdocs or
appropriate folder?
--
Postgresql & php tutorials
http://www.designmagick.com/
| |
| kc68@cornell.edu 2006-03-22, 9:57 pm |
| Yes, I've checked that I'm uploading to the right folder (the script on
the server has changed, so I don't know what the browser is reading to
show the old wording). The fact that the coding is showing when I open
the script on the hard drive suggests that something like an angle bracket
is missing, but I don't find that.
**********
On Wed, 22 Mar 2006 21:23:23 -0500, Chris <dmagick@gmail.com> wrote:
> kc68@cornell.edu wrote:
>
> It sounds like you're uploading to the wrong location.
>
> Are you uploading the new script into the public_html or httpdocs or
> appropriate folder?
>
| |
|
| kc68@cornell.edu wrote:
> Yes, I've checked that I'm uploading to the right folder (the script on
> the server has changed, so I don't know what the browser is reading to
> show the old wording). The fact that the coding is showing when I open
> the script on the hard drive suggests that something like an angle
> bracket is missing, but I don't find that.
How are you uploading the file? php script? ftp program? Other?
> **********
> On Wed, 22 Mar 2006 21:23:23 -0500, Chris <dmagick@gmail.com> wrote:
>
>
--
Postgresql & php tutorials
http://www.designmagick.com/
| |
| kc68@cornell.edu 2006-03-22, 9:57 pm |
| ws_ftp as I've done numerous times before.
************
On Wed, 22 Mar 2006 21:39:08 -0500, Chris <dmagick@gmail.com> wrote:
> kc68@cornell.edu wrote:
>
> How are you uploading the file? php script? ftp program? Other?
>
>
>
>
|
|
|
|
|