Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old October 31st, 2001, 10:00 AM
Gerhard Gerhard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2000
Posts: 77 Gerhard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Unhappy strange behaviour downloading a file on secure server

Perhaps someone knows what to do:

I wanted my ISP to set up phpmyadmin at the secure server section. But when dumping SQL-files, not the dump is beeing downloaded, but the source (PHP) file which should generate the dump is about to be downloaded, but fails.

So I tried using PHP a dump action by myself. Same result.

It seems, that EVERY file generated by PHP in streaming mode will not work on the secure server.

Here's my example:

<?php
header("Content-disposition: filename=$db_name.sql");
header("Content-type: application/octetstream");
header("Pragma: no-cache");
header("Expires: 0");

print "# MySQL-Dump\n";
print "...etc....";
?>

Maybe a matter of server configuration ?

Any help appreciated,
Gerhard

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > strange behaviour downloading a file on secure server


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway