![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| 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... | |||
|
| Advertisements |
| | #2 | ||
| JPM III wrote: > > 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. So your script is making 2 copies of each file - one in your ftp directory and 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 shawn@glassgiant.com http://www.glassgiant.com | |||
|
| | #3 | ||
| > So your script is making 2 copies of each file - one in your ftp directory and > 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 php file is on the web server. The web server is updating the files on 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. | |||
|
| | #4 | ||
| > Could you post some code? > > You're sure the file is not being cached by your browser, right? Uhh, yeah. It's updating the files on the server, but they're not displaying in HTTP. It's like port 80 is waiting for something. http://crash.neotope.com/post.txt | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: but, file, last, nights, php, posting, script, shows, still, updated, web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File download script problem/Headers | Scott Brown | PHP | 2 | 07-01-2007 3:57 PM |
| cvs: pear /File/File CSV.php | Helgi Þormar Þorbjörnsson | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /File/File CSV.php | Helgi Þormar Þorbjörnsson | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /File/File CSV.php | Helgi Þormar Þorbjörnsson | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /File/File CSV.php | Helgi Þormar Þorbjörnsson | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|