[PHP] whatever.php

2001-07-18 Thread Jeremy Morano

HI 
I'm using 
require(whatever.php)to access my variables...it works.
The problem is my whatever.php page shows up on top of my current page.
Is there a simple clear screen I can use???
I tried include and the same thing happens.  What do I do?

-- 
PHP General 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] whatever.php

2001-07-18 Thread Jon Yaggie

is whatever.php file encloded in php tags?  sounds like it is interupting it
as texted.  i didnt test this theory so dont kill me if i am wrong.  but it
is a guess


- Original Message -
From: Jeremy Morano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 19, 2001 12:53 AM
Subject: [PHP] whatever.php


 HI
 I'm using
 require(whatever.php)to access my variables...it works.
 The problem is my whatever.php page shows up on top of my current page.
 Is there a simple clear screen I can use???
 I tried include and the same thing happens.  What do I do?

 --
 PHP General 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 General 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] whatever.php

2001-07-18 Thread chris schneck

Did you make sure you had the ?? tags in the whatever.php enclosing the
content?



-- 
PHP General 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] whatever.php

2001-07-18 Thread McShen

yea, make your whatever.php as a php file. that happened to me before. :)

Chris Schneck [EMAIL PROTECTED] wrote in message
002101c10fb4$252cafa0$[EMAIL PROTECTED]">news:002101c10fb4$252cafa0$[EMAIL PROTECTED]...
 Did you make sure you had the ?? tags in the whatever.php enclosing the
 content?





-- 
PHP General 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] whatever.php

2001-07-18 Thread chris schneck

did you missplace an echo or printf somewhere?
- Original Message - 
From: Jeremy Morano [EMAIL PROTECTED]
To: chris schneck [EMAIL PROTECTED]
Sent: Wednesday, July 18, 2001 11:23 AM
Subject: RE: [PHP] whatever.php


 I checked and double checked... its in the tags
 
 -Original Message-
 From: chris schneck [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 18, 2001 2:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] whatever.php
 
 
 Did you make sure you had the ?? tags in the whatever.php enclosing the
 content?
 
 
 
 -- 
 PHP General 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 General 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]