Re: [PHP-DB] Flash+PHP search error

2001-05-14 Thread Szii

This is not really related to PHPDB

Send me the code .  It looks like you have an unbalanced double-quote.
Same thing's happening with your footer, too.

Should be an easy fix.

-Szii

- Original Message -
From: "Brian Tegtmeier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 2:37 PM
Subject: [PHP-DB] Flash+PHP search error


> I am currently in the progress of setting up a page for my client located
at
> http://64.77.185.160/main.html which integrates a PHP search function to
> find keywords on a page. The problem I am running into now is when I goto
> that main.html page, I get this "\n", $header); } } ?>" message above my
> Flash movie and have no idea why it is causing it on the Unix server with
> PHP 4.05.
>
> The thing is the PHP search and the Flash movie work fine for searches
even
> with that message, its just that I'm looking for a way to remove it. The
> funny thing about it is it shows up only on IE and Netscape 6 for the
PC/Mac
> but Netscape 4.76 doesn't show that text. weird.
>
> P.S. If you notice the Search Results open in the top frameset, its ok
> becuase I know that already. I wanted to fix this before altering the
Flash
> to have it point to the bottom frame. Thanks for your time! :)
>
>
> __
> FREE Personalized Email at Mail.com
> Sign up at http://www.mail.com/?sr=signup
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Flash+PHP search error

2001-05-14 Thread Paul Burney

on 5/14/01 2:37 PM, Brian Tegtmeier ([EMAIL PROTECTED]) wrote:

> I am currently in the progress of setting up a page for my client located at
> http://64.77.185.160/main.html which integrates a PHP search function to
> find keywords on a page. The problem I am running into now is when I goto
> that main.html page, I get this "\n", $header); } } ?>" message above my
> Flash movie and have no idea why it is causing it on the Unix server with
> PHP 4.05.

Looking at the source of nav.html in IE, I see that PHP isn't parsing the
page.  All of the PHP is visible.  IE is just trying to display what it can
of what it sees.   Try changing the file name to nav.php.

HTH,

Paul

++
Paul Burney
Webmaster and Open Source Developer
Educational Technology Unit
Graduate School of Education and Information Studies
University of California, Los Angeles
(310) 825-8365
<[EMAIL PROTECTED]>

++


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]