Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

fOpen?
I'm trying to open a local HTML file. When I run this code:

$filename = '/Library/WebServer/Documents/PT_Test_Site/Results.html';
fOpen($filename, "r");

...I get a blank screen. How can I fix this? Thanks in advance for any
info.

-Vik

Report this thread to moderator Post Follow-up to this message
Old Post
Vik Rubenfeld
03-27-04 04:12 AM


Re: fOpen?
Vik Rubenfeld a écrit le 22/03/2004 :
> I'm trying to open a local HTML file. When I run this code:
>
> $filename = '/Library/WebServer/Documents/PT_Test_Site/Results.html';
> fOpen($filename, "r");
>
> ...I get a blank screen. How can I fix this? Thanks in advance for any
> info.
>
> -Vik

fopen() returns a file handle it does not render the page, so it is
normal behaviour.
See manual for more about this function : http://www.php.net/fopen

Tell us what you want to do so we can help.
If you want to redirect try this :

<?php header("Location: $filename"); ?>



Report this thread to moderator Post Follow-up to this message
Old Post
Jedi121
03-27-04 04:12 AM


Re: fOpen?
Thanks. That worked.

-Vik

> If you want to redirect try this :
>
> <?php header("Location: $filename"); ?>

Report this thread to moderator Post Follow-up to this message
Old Post
Vik Rubenfeld
03-27-04 04:13 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Language archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 03:31 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.