Ask a Question related to PHP Development, Design and Development.
-
JPM III #1
PHP posting script, file updated but web still shows last night's file
I wrote a PHP script that allows me to post HTML entries to files on my
server without going through FTP, yadda yadda. It works fine, and last night
it updated both files properly.
Today, it updated both files perfectly again, but only one file is showing
up on the web. I checked the HTML files in my FTP folder, and both are
updated with the new post. To double check, I copied and pasted the contents
of the file as it should be and uploaded it to the correct location, which
is the failproof way to do it. When viewing the file in my FTP folder, it is
ALL THERE. However, switching over to HTTP, which simply reads that same
file in read-only mode, it only shows last night's contents. No update for
today.
I've checked on different computers, so all I can think is that file
permissions got screwed up. Anybody know what's going on?
Thanks...
JPM III Guest
-
Posting pdf file
Thanks, Graffiti. Appreciate your help. Could have done without the sarcasm, though. -
Move on open file - not updated
Folks: I have a file open. I use the File panel to move that file. The open file is not updated to reflect this move, but the closed one is. ... -
Resource file shows up
We are using Photoshop 7 on a Mac G5 running OS10. The problem that we are having is when you save a picture as a cmyk TIFF file everything seems... -
shows duplicates of every file in search results
Why does Search Companion display EXACT duplicates of every file in its search results? (same name, same path, same folder, date/time modified,etc.) -
Problem executing a BAT file (or EXE file) using Perl as CGI script under Apache.
I have developed some perl code to run as a script under Windows 2000 running apache. This works GREAT on Win2k but on WinNT, perl is simply... -
JPM III #2
PHP posting script, file updated but web still shows last night's file
I wrote a PHP script that allows me to post HTML entries to files on my
server without going through FTP, yadda yadda. It works fine, and last night
it updated both files properly.
Today, it updated both files perfectly again, but only one file is showing
up on the web. I checked the HTML files in my FTP folder, and both are
updated with the new post. To double check, I copied and pasted the contents
of the file as it should be and uploaded it to the correct location, which
is the failproof way to do it. When viewing the file in my FTP folder, it is
ALL THERE. However, switching over to HTTP, which simply reads that same
file in read-only mode, it only shows last night's contents. No update for
today.
I've checked on different computers, so all I can think is that file
permissions got screwed up. Anybody know what's going on?
Thanks...
JPM III Guest
-
Shawn Wilson #3
Re: PHP posting script, file updated but web still shows last night'sfile
JPM III wrote:
So your script is making 2 copies of each file - one in your ftp directory and>
> I wrote a PHP script that allows me to post HTML entries to files on my
> server without going through FTP, yadda yadda. It works fine, and last night
> it updated both files properly.
>
> Today, it updated both files perfectly again, but only one file is showing
> up on the web. I checked the HTML files in my FTP folder, and both are
> updated with the new post. To double check, I copied and pasted the contents
> of the file as it should be and uploaded it to the correct location, which
> is the failproof way to do it. When viewing the file in my FTP folder, it is
> ALL THERE. However, switching over to HTTP, which simply reads that same
> file in read-only mode, it only shows last night's contents. No update for
> today.
one in a web-accessable directory?
Could you post some code?
You're sure the file is not being cached by your browser, right?
Shawn
--
Shawn Wilson
[email]shawn@glassgiant.com[/email]
[url]http://www.glassgiant.com[/url]
Shawn Wilson Guest
-
Shawn Wilson #4
Re: PHP posting script, file updated but web still shows last night'sfile
JPM III wrote:
So your script is making 2 copies of each file - one in your ftp directory and>
> I wrote a PHP script that allows me to post HTML entries to files on my
> server without going through FTP, yadda yadda. It works fine, and last night
> it updated both files properly.
>
> Today, it updated both files perfectly again, but only one file is showing
> up on the web. I checked the HTML files in my FTP folder, and both are
> updated with the new post. To double check, I copied and pasted the contents
> of the file as it should be and uploaded it to the correct location, which
> is the failproof way to do it. When viewing the file in my FTP folder, it is
> ALL THERE. However, switching over to HTTP, which simply reads that same
> file in read-only mode, it only shows last night's contents. No update for
> today.
one in a web-accessable directory?
Could you post some code?
You're sure the file is not being cached by your browser, right?
Shawn
--
Shawn Wilson
[email]shawn@glassgiant.com[/email]
[url]http://www.glassgiant.com[/url]
Shawn Wilson Guest
-
JPM III #5
Re: PHP posting script, file updated but web still shows last night's file
> So your script is making 2 copies of each file - one in your ftp directory
andThe php file is on the web server. The web server is updating the files on> one in a web-accessable directory?
>
> Could you post some code?
>
> You're sure the file is not being cached by your browser, right?
the web server. It's updating the files that are already on the web. I'm
trying to figure out why the web accessible file, which is updated when i
login via FTP, isn't updated when I login via HTTP.
JPM III Guest
-
JPM III #6
Re: PHP posting script, file updated but web still shows last night's file
> So your script is making 2 copies of each file - one in your ftp directory
andThe php file is on the web server. The web server is updating the files on> one in a web-accessable directory?
>
> Could you post some code?
>
> You're sure the file is not being cached by your browser, right?
the web server. It's updating the files that are already on the web. I'm
trying to figure out why the web accessible file, which is updated when i
login via FTP, isn't updated when I login via HTTP.
JPM III Guest
-
JPM III #7
Re: PHP posting script, file updated but web still shows last night's file
> Could you post some code?
Uhh, yeah. It's updating the files on the server, but they're not displaying>
> You're sure the file is not being cached by your browser, right?
in HTTP. It's like port 80 is waiting for something.
[url]http://crash.neotope.com/post.txt[/url]
JPM III Guest
-
JPM III #8
Re: PHP posting script, file updated but web still shows last night's file
> Could you post some code?
Uhh, yeah. It's updating the files on the server, but they're not displaying>
> You're sure the file is not being cached by your browser, right?
in HTTP. It's like port 80 is waiting for something.
[url]http://crash.neotope.com/post.txt[/url]
JPM III Guest



Reply With Quote

