content using PHP? One part gets downloaded
while another part is displayed in the resulting frame.
I have read an RFC and it should work but none of the browsers do as I
want them to so I am doing something wrong. Does anyone have an example?
Archie
---
Archibald Zimonyi
[EMAIL PROTECTED]
"
sage:
>
> Delimiter must not be alphanumeric or backslash in :
> if (preg_match_all($pattern,$strFileContents,$match) > 0)
>
> WHAT CAN I DO ???
>
I had this problem only a day ago. You have forgotten to add slashes to
your pattern. The variable $pattern looks something like
ays continue.
Add the following and test.
";
Archie
---
Archibald Zimonyi
[EMAIL PROTECTED]
"There is no logic like no logic"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;);
$fp = fopen($filename, "r");
fpassthru($fp);
header("Content-Type: text/html");
header("Content-Disposition: inline");
echo "Test";
Thanks in advance,
Archie
---
Archibald Zimonyi
[EMAIL PROTECTED]
"There is no logic like no logic"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo