Ezilon.com - Target Your Audience, be Seen in Your Region

PHP Download dialog

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.
Sponsor

They have: 178 posts

Joined: Feb 2005

When I access one file, I eventually get a dialog to download the file, rather than... whatever it outputs to the screen. All other PHP files work just fine. Using firefox, and in the file I also have:

<?php
$maxTime
= 60 * 60 * 12; // Max time - 12 hours
ini_set('max_execution_time', $maxTime);
set_time_limit($maxTime);
@
ignore_user_abort(1);
?>

Can anyone explain why it would be doing this?

SonicMailer Pro - Professional mailing list manager & award-winning email marketing software
Download a FREE 30-day trial today!
Use coupon savemoreon4 and save 10%!

pr0gr4mm3r's picture
ModeratorSponsor

He has: 710 posts

Joined: Sep 2006

What's your web host? I had a similar problem when working on a site hosted at GoDaddy.com.