[PHP] Download problems..

2002-10-11 Thread Archibald Zimonyi
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] "

Re: [PHP] preg_match_all problem

2002-10-10 Thread Archibald Zimonyi
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

Re: [PHP] confirm box

2002-10-09 Thread Archibald Zimonyi
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

[PHP] Different Content-types

2002-10-09 Thread Archibald Zimonyi
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