[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

Re: [PHP] whatever.php

2001-07-18 Thread Jon Yaggie
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

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?

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